fix: Cargo.toml

This commit is contained in:
Ludo Galabru
2023-06-08 09:04:43 -04:00
parent 416866123a
commit 759c3a393f
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -500,7 +500,7 @@ dependencies = [
[[package]]
name = "chainhook-sdk"
version = "1.0.7"
version = "0.1.0"
dependencies = [
"anyhow",
"base58 0.2.0",

View File

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