Skip to content

Commit

Permalink
fix: stack overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalabru committed Jun 13, 2023
1 parent e299e70 commit aed7d5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/chainhook-sdk/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "chainhook-sdk"
version = "0.2.0"
version = "0.4.0"
description = "Stateless Transaction Indexing Engine for Stacks and Bitcoin"
license = "GPL-3.0"
edition = "2021"
Expand All @@ -12,7 +12,7 @@ serde = "1"
serde_json = { version = "1", features = ["arbitrary_precision"] }
serde-hex = "0.1.0"
serde_derive = "1"
stacks-rpc-client = "1.0.5"
stacks-rpc-client = "=1.0.6"
clarinet-utils = "1"
hiro-system-kit = "0.1.0"
# stacks-rpc-client = { version = "1", path = "../../../clarinet/components/stacks-rpc-client" }
Expand Down

0 comments on commit aed7d5d

Please sign in to comment.