Skip to content

Commit

Permalink
chore: fix noise-protocol dep version of noise-rust-crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
blckngm committed Nov 1, 2023
1 parent f7c7a44 commit 1023238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noise-rust-crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license = "Unlicense"
name = "noise-rust-crypto"
readme = "README.md"
repository = "https://github.com/sopium/noise-rust"
version = "0.6.0"
version = "0.6.1"
description = "Wrappers of dalek and RustCrypto crates for noise-protocol"

[features]
Expand All @@ -27,7 +27,7 @@ zeroize = { version = "1", default-features = false }

[dependencies.noise-protocol]
path = "../noise-protocol"
version = "0.2.0-rc.1"
version = "0.2.0"
default-features = false

[dev-dependencies]
Expand Down

0 comments on commit 1023238

Please sign in to comment.