Skip to content

Commit aed7d5d

Browse files
author
Ludo Galabru
committed
fix: stack overflow
1 parent e299e70 commit aed7d5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/chainhook-sdk/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chainhook-sdk"
3-
version = "0.2.0"
3+
version = "0.4.0"
44
description = "Stateless Transaction Indexing Engine for Stacks and Bitcoin"
55
license = "GPL-3.0"
66
edition = "2021"
@@ -12,7 +12,7 @@ serde = "1"
1212
serde_json = { version = "1", features = ["arbitrary_precision"] }
1313
serde-hex = "0.1.0"
1414
serde_derive = "1"
15-
stacks-rpc-client = "1.0.5"
15+
stacks-rpc-client = "=1.0.6"
1616
clarinet-utils = "1"
1717
hiro-system-kit = "0.1.0"
1818
# stacks-rpc-client = { version = "1", path = "../../../clarinet/components/stacks-rpc-client" }

0 commit comments

Comments
 (0)