From aed7d5d0058dbbb24c833040fa4ef766ec3e4cab Mon Sep 17 00:00:00 2001 From: Ludo Galabru Date: Tue, 13 Jun 2023 14:17:34 -0400 Subject: [PATCH] fix: stack overflow --- components/chainhook-sdk/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/chainhook-sdk/Cargo.toml b/components/chainhook-sdk/Cargo.toml index 01dd5327..62648c05 100644 --- a/components/chainhook-sdk/Cargo.toml +++ b/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" @@ -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" }