mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-31 00:41:59 +00:00
Publish 0.13.0 (#1294)
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user