Skip to content

Commit

Permalink
Pin the proxy protocol version
Browse files Browse the repository at this point in the history
The path dependency was helpful for testing quick iterations, but
switching to a more robust pinned version for stability.
  • Loading branch information
nyonson committed Dec 3, 2024
1 parent 5ddeb6b commit 610817b
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 610817b

Please sign in to comment.