Fix version of noise (#966)

This commit is contained in:
Pierre Krieger
2019-02-20 17:56:38 +01:00
committed by GitHub
parent c192ba9f77
commit 6143a33f18
3 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "libp2p-noise"
description = "Cryptographic handshake protocol using the noise framework."
version = "0.1.0"
version = "0.2.0"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"