Skip to content

Commit 1023238

Browse files
committed
chore: fix noise-protocol dep version of noise-rust-crypto
1 parent f7c7a44 commit 1023238

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

noise-rust-crypto/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = "Unlicense"
55
name = "noise-rust-crypto"
66
readme = "README.md"
77
repository = "https://github.com/sopium/noise-rust"
8-
version = "0.6.0"
8+
version = "0.6.1"
99
description = "Wrappers of dalek and RustCrypto crates for noise-protocol"
1010

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

2828
[dependencies.noise-protocol]
2929
path = "../noise-protocol"
30-
version = "0.2.0-rc.1"
30+
version = "0.2.0"
3131
default-features = false
3232

3333
[dev-dependencies]

0 commit comments

Comments
 (0)