Skip to content

Commit 5c105de

Browse files
author
Ludo Galabru
committed
fix: hard coded dev-dependency
1 parent 2eea5ca commit 5c105de

File tree

2 files changed

+8
-55
lines changed

2 files changed

+8
-55
lines changed

Cargo.lock

+7-54
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/chainhook-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ crossbeam-channel = "0.5.6"
3838
[dev-dependencies]
3939
criterion = "0.3"
4040
redis = "0.21.5"
41-
clarity_repl = { package = "clarity-repl", path = "../../../clarinet/components/clarity-repl" }
41+
clarity-repl = "=1.4.1"
4242
hex = "0.4.3"
4343

4444
[features]

0 commit comments

Comments
 (0)