Skip to content

Commit 759c3a3

Browse files
author
Ludo Galabru
committed
fix: Cargo.toml
1 parent 4168661 commit 759c3a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

+1-1
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
@@ -17,7 +17,7 @@ hex = "0.4.3"
1717
rand = "0.8.5"
1818
# tikv-client = { git = "https://github.com/tikv/client-rust.git", rev = "8f54e6114227718e256027df2577bbacdf425f86" }
1919
# raft-proto = { git = "https://github.com/tikv/raft-rs", rev="f73766712a538c2f6eb135b455297ad6c03fc58d", version = "0.7.0"}
20-
chainhook-sdk = { version = "=1.0.7", default-features = false, features = ["ordinals", "zeromq"], path = "../chainhook-sdk" }
20+
chainhook-sdk = { version = "=0.1.0", default-features = false, features = ["ordinals", "zeromq"], path = "../chainhook-sdk" }
2121
chainhook-types = { version = "=1.0.3", path = "../chainhook-types-rs" }
2222
clarinet-files = "1"
2323
hiro-system-kit = "0.1.0"

0 commit comments

Comments
 (0)