mirror of
https://github.com/alexgo-io/bitcoin-indexer.git
synced 2026-04-30 04:35:04 +08:00
fix: Cargo.toml
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -500,7 +500,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "chainhook-sdk"
|
||||
version = "1.0.7"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base58 0.2.0",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user