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