We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e299e70 commit aed7d5dCopy full SHA for aed7d5d
components/chainhook-sdk/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "chainhook-sdk"
3
-version = "0.2.0"
+version = "0.4.0"
4
description = "Stateless Transaction Indexing Engine for Stacks and Bitcoin"
5
license = "GPL-3.0"
6
edition = "2021"
@@ -12,7 +12,7 @@ serde = "1"
12
serde_json = { version = "1", features = ["arbitrary_precision"] }
13
serde-hex = "0.1.0"
14
serde_derive = "1"
15
-stacks-rpc-client = "1.0.5"
+stacks-rpc-client = "=1.0.6"
16
clarinet-utils = "1"
17
hiro-system-kit = "0.1.0"
18
# stacks-rpc-client = { version = "1", path = "../../../clarinet/components/stacks-rpc-client" }
0 commit comments