Version 0.2 (#841)

This commit is contained in:
Pierre Krieger
2019-01-10 13:27:45 +01:00
committed by GitHub
parent b8a312f7d5
commit e39d6d8bd2
21 changed files with 79 additions and 67 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "libp2p-plaintext"
description = "Plaintext encryption dummy protocol for libp2p"
version = "0.1.0"
version = "0.2.0"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"
@@ -10,6 +10,6 @@ categories = ["network-programming", "asynchronous"]
[dependencies]
futures = "0.1"
libp2p-core = { version = "0.1.0", path = "../../core" }
libp2p-core = { version = "0.2.0", path = "../../core" }
void = "1"