Skip to content

Commit

Permalink
chore: fix stacks-codec
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard committed Apr 16, 2024
1 parent 923fe1e commit ec6fa6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/chainhook-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ serde = { version = "1", features = ["rc"] }
serde_json = { version = "1", features = ["arbitrary_precision"] }
serde-hex = "0.1.0"
serde_derive = "1"
stacks-codec = "2.5"
# stacks-codec = "2.5"
stacks-codec = { git = "https://github.com/hirosystems/clarinet.git" }
hiro-system-kit = { version = "0.3.4", optional = true }
rocket = { version = "=0.5.0", features = ["json"] }
bitcoincore-rpc = "0.18.0"
Expand Down

0 comments on commit ec6fa6e

Please sign in to comment.