Bump tarpc-plugins version. (#185)

This commit is contained in:
Tim
2018-04-09 18:45:28 -07:00
committed by GitHub
parent 6907c6e0a3
commit 8c3e3df47f
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ net2 = "0.2"
num_cpus = "1.0"
serde = "1.0"
serde_derive = "1.0"
tarpc-plugins = { path = "src/plugins", version = "0.2.0" }
tarpc-plugins = { path = "src/plugins", version = "0.3.0" }
thread-pool = "0.1.1"
tokio-core = "0.1.6"
tokio-io = "0.1"

View File

@@ -1,6 +1,6 @@
[package]
name = "tarpc-plugins"
version = "0.2.0"
version = "0.3.0"
authors = ["Adam Wright <adam.austin.wright@gmail.com>", "Tim Kuehn <timothy.j.kuehn@gmail.com>"]
license = "MIT"
documentation = "https://docs.rs/tarpc"