Skip to content

Commit

Permalink
chore: upgrade stacks-rpc-client
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard committed Mar 27, 2024
1 parent d8d6c98 commit 17208aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/chainhook-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ serde = { version = "1", features = ["rc"] }
serde_json = { version = "1", features = ["arbitrary_precision"] }
serde-hex = "0.1.0"
serde_derive = "1"
stacks-rpc-client = { version = "2", git = "https://github.com/hirosystems/clarinet.git" }
stacks-rpc-client = { version = "2", git = "https://github.com/hirosystems/clarinet.git", branch = "feat/handle-epoch3_0" }
hiro-system-kit = { version = "0.3.1", optional = true }
# stacks-rpc-client = { version = "1", path = "../../../clarinet/components/stacks-rpc-client" }
# hiro-system-kit = { version = "0.1.0", path = "../../../clarinet/components/hiro-system-kit" }
Expand Down

0 comments on commit 17208aa

Please sign in to comment.