Skip to content

Commit

Permalink
Merge pull request #617 from hirosystems/refactor/patch-stacks-codec-…
Browse files Browse the repository at this point in the history
…dependency

refactor: patch stacks-codec dependency
  • Loading branch information
hugocaillard authored Jul 12, 2024
2 parents 8135e5e + fb22faf commit d014118
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ members = [
default-members = ["components/chainhook-cli", "components/chainhook-sdk"]
resolver = "2"

# [patch.'https://github.com/hirosystems/clarinet.git']
# stacks-codec = { path = "../clarinet/components/stacks-codec" }
[patch.crates-io]
stacks-codec = { git = "https://github.com/hirosystems/clarinet.git" }
1 change: 0 additions & 1 deletion components/chainhook-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ serde_json = { version = "1", features = ["arbitrary_precision"] }
serde-hex = "0.1.0"
serde_derive = "1"
stacks-codec = "2.4.1"
# hiro-system-kit = { version = "0.1.0", path = "../../../clarinet/components/hiro-system-kit" }
hiro-system-kit = { version = "0.3.4", optional = true }
chainhook-types = { version = "1.3.6", path = "../chainhook-types-rs" }
rocket = { version = "=0.5.0", features = ["json"] }
Expand Down

0 comments on commit d014118

Please sign in to comment.