Skip to content

Commit

Permalink
Merge pull request #100 from nyonson/chore/pin-internal-version
Browse files Browse the repository at this point in the history
Pin the proxy protocol crate version
  • Loading branch information
rustaceanrob authored Dec 3, 2024
2 parents 5ddeb6b + 610817b commit 3566b1d
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 17 deletions.
45 changes: 29 additions & 16 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ spec = "config_spec.toml"
bitcoin = { version = "0.32.0" }
tokio = { version = "1.37.0", features = ["full"] }
hex = { package = "hex-conservative", version = "0.2.0" }
bip324 = { path = "../protocol", features = ["tokio"] }
# Can test locally by replacing versoin with path = "../protocol".
bip324 = { version = "0.6.0", features = ["tokio"] }
configure_me = "0.4.0"
log = "0.4"
env_logger = "0.10"
Expand Down

0 comments on commit 3566b1d

Please sign in to comment.