Skip to content

Commit

Permalink
crate: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rustaceanrob committed May 25, 2024
1 parent e3da939 commit 183ae62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[package]
name = "bip324"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
license-file = "LICENSE"
description = "Encrypted messaging over the Bitcoin P2P Protocol as specified by BIP 324"
Expand Down
2 changes: 1 addition & 1 deletion proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ bitcoin = { version = "0.32.0" }
tokio = { version = "1.37.0", features = ["full"] }
bytes = "1.6.0"
hex = { package = "hex-conservative", version = "0.2.0" }
bip324 = { path = "../protocol", version = "0.2.0" }
bip324 = { path = "../protocol" }

0 comments on commit 183ae62

Please sign in to comment.