Bump secio and wasm-ext crates (#1145)

This commit is contained in:
Pierre Krieger 2019-05-24 11:37:04 +02:00 committed by GitHub
parent 5866e6aa93
commit 39c476edeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
name = "libp2p-secio"
edition = "2018"
description = "Secio encryption protocol for libp2p"
version = "0.8.0"
version = "0.8.1"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"

View File

@ -1,6 +1,6 @@
[package]
name = "libp2p-wasm-ext"
version = "0.1.0"
version = "0.1.1"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
edition = "2018"
description = "Allows passing in an external transport in a WASM environment"