Bump versions.

This commit is contained in:
Tim Kuehn
2018-10-29 10:15:13 -07:00
parent e2c4164d8c
commit d5f5cf4300
4 changed files with 11 additions and 11 deletions

View File

@@ -2,7 +2,7 @@ cargo-features = ["rename-dependency"]
[package]
name = "tarpc-example-service"
version = "0.1.0"
version = "0.2.0"
authors = ["Tim Kuehn <tikue@google.com>"]
edition = "2018"
license = "MIT"
@@ -15,11 +15,11 @@ readme = "../README.md"
description = "An example server built on tarpc."
[dependencies]
bincode-transport = { package = "tarpc-bincode-transport", version = "0.2", path = "../bincode-transport" }
bincode-transport = { package = "tarpc-bincode-transport", version = "0.3", path = "../bincode-transport" }
clap = "2.0"
futures-preview = { version = "0.3.0-alpha.9", features = ["compat", "tokio-compat"] }
serde = { version = "1.0" }
tarpc = { version = "0.13", path = "../tarpc", features = ["serde1"] }
tarpc = { version = "0.14", path = "../tarpc", features = ["serde1"] }
tokio = "0.1"
tokio-executor = "0.1"