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

@@ -2,7 +2,7 @@
name = "libp2p-plaintext"
edition = "2018"
description = "Plaintext encryption dummy protocol for libp2p"
version = "0.12.0"
version = "0.13.0"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"
@@ -11,7 +11,7 @@ categories = ["network-programming", "asynchronous"]
[dependencies]
futures = "0.1.29"
libp2p-core = { version = "0.12.0", path = "../../core" }
libp2p-core = { version = "0.13.0", path = "../../core" }
bytes = "0.4.12"
log = "0.4.8"
void = "1.0.2"