Publish v0.12.0 (#1224)

This commit is contained in:
Pierre Krieger
2019-08-15 13:50:28 +02:00
committed by GitHub
parent 9793c42859
commit 181af7175f
24 changed files with 99 additions and 88 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "libp2p-noise"
description = "Cryptographic handshake protocol using the noise framework."
version = "0.9.0"
version = "0.10.0"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"
@@ -12,7 +12,7 @@ bytes = "0.4"
curve25519-dalek = "1"
futures = "0.1"
lazy_static = "1.2"
libp2p-core = { version = "0.11.0", path = "../../core" }
libp2p-core = { version = "0.12.0", path = "../../core" }
log = "0.4"
protobuf = "2.3"
rand = "0.6.5"
@@ -24,7 +24,7 @@ zeroize = "0.9"
[dev-dependencies]
env_logger = "0.6"
libp2p-tcp = { version = "0.11.0", path = "../../transports/tcp" }
libp2p-tcp = { version = "0.12.0", path = "../../transports/tcp" }
quickcheck = "0.8"
tokio = "0.1"
sodiumoxide = "0.2"