Skip to content

Commit

Permalink
Test on a new revision
Browse files Browse the repository at this point in the history
  • Loading branch information
nyonson committed Nov 7, 2024
1 parent 3bab225 commit b1e865f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ futures = { version = "0.3.30", default-features = false, optional = true }
tokio = { version = ">=1.37.0, <1.39.0", default-features = false, optional = true }
rand = { version = "0.8.0", default-features = false }
bitcoin = { version = "0.32.4", default-features = false }
chacha20-poly1305 = { version = "0.1.0", default-features = false }
chacha20-poly1305 = { git = "https://github.com/rust-bitcoin/rust-bitcoin", rev = "1649b68589834dfe9d5b63812da3e9f0e5930107", default-features = false }

[dev-dependencies]
hex = { package = "hex-conservative", version = "0.2.0" }
Expand Down

0 comments on commit b1e865f

Please sign in to comment.