We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c7a44 commit 1023238Copy full SHA for 1023238
noise-rust-crypto/Cargo.toml
@@ -5,7 +5,7 @@ license = "Unlicense"
5
name = "noise-rust-crypto"
6
readme = "README.md"
7
repository = "https://github.com/sopium/noise-rust"
8
-version = "0.6.0"
+version = "0.6.1"
9
description = "Wrappers of dalek and RustCrypto crates for noise-protocol"
10
11
[features]
@@ -27,7 +27,7 @@ zeroize = { version = "1", default-features = false }
27
28
[dependencies.noise-protocol]
29
path = "../noise-protocol"
30
-version = "0.2.0-rc.1"
+version = "0.2.0"
31
default-features = false
32
33
[dev-dependencies]
0 commit comments