Publish 0.13.0 (#1294)

This commit is contained in:
Pierre Krieger
2019-11-06 09:37:22 +01:00
committed by GitHub
parent 96699a472a
commit b3b9081f85
25 changed files with 106 additions and 93 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "libp2p-noise"
description = "Cryptographic handshake protocol using the noise framework."
version = "0.10.0"
version = "0.11.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.12.0", path = "../../core" }
libp2p-core = { version = "0.13.0", path = "../../core" }
log = "0.4"
protobuf = "2.8"
rand = "^0.7.2"
@@ -24,7 +24,7 @@ zeroize = "1"
[dev-dependencies]
env_logger = "0.7.1"
libp2p-tcp = { version = "0.12.0", path = "../../transports/tcp" }
libp2p-tcp = { version = "0.13.0", path = "../../transports/tcp" }
quickcheck = "0.9.0"
tokio = "0.1"
sodiumoxide = "^0.2.5"