Skip to content

Commit

Permalink
chore: upgrade rocket version to resolve conflicts with other deps
Browse files Browse the repository at this point in the history
  • Loading branch information
obycode committed Dec 8, 2023
1 parent 6bbc63c commit 0fe90f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/chainhook-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hiro-system-kit = { version = "0.3.1", optional = true }
# clarinet-utils = { version = "1", path = "../../../clarinet/components/clarinet-utils" }
# hiro-system-kit = { version = "0.1.0", path = "../../../clarinet/components/hiro-system-kit" }
chainhook-types = { version = "1.2.0", path = "../chainhook-types-rs" }
rocket = { version = "=0.5.0-rc.3", features = ["json"] }
rocket = { version = "0.5.0", features = ["json"] }
bitcoincore-rpc = "0.16.0"
bitcoincore-rpc-json = "0.16.0"
base64 = "0.13.0"
Expand Down

0 comments on commit 0fe90f9

Please sign in to comment.