Publish tarpc v0.15.0

This commit is contained in:
Tim Kuehn
2019-03-26 20:17:51 -07:00
parent 5516034bbc
commit 4e0be5b626
7 changed files with 13 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tarpc-lib"
version = "0.2.0"
version = "0.3.0"
authors = ["Tim Kuehn <tikue@google.com>"]
edition = '2018'
license = "MIT"
@@ -23,7 +23,7 @@ log = "0.4"
pin-utils = "0.1.0-alpha.4"
rand = "0.6"
tokio-timer = "0.2"
trace = { package = "tarpc-trace", version = "0.1", path = "../trace" }
trace = { package = "tarpc-trace", version = "0.2", path = "../trace" }
serde = { optional = true, version = "1.0" }
[target.'cfg(not(test))'.dependencies]