Bump versions

This commit is contained in:
Tim Kuehn
2017-09-17 16:02:28 -07:00
parent 3601763442
commit 650dc88da5
4 changed files with 10 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tarpc"
version = "0.8.0"
version = "0.9.0"
authors = ["Adam Wright <adam.austin.wright@gmail.com>", "Tim Kuehn <timothy.j.kuehn@gmail.com>"]
license = "MIT"
documentation = "https://docs.rs/tarpc"
@@ -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.1.1" }
tarpc-plugins = { path = "src/plugins", version = "0.2.0" }
thread-pool = "0.1.1"
tokio-core = "0.1.6"
tokio-io = "0.1"

View File

@@ -37,8 +37,8 @@ arguments to tarpc fns.
Add to your `Cargo.toml` dependencies:
```toml
tarpc = "0.8.0"
tarpc-plugins = "0.1.1"
tarpc = "0.9.0"
tarpc-plugins = "0.2.0"
```
## Example: Sync

View File

@@ -1,3 +1,8 @@
## 0.9.0 (2017-09-17)
## Breaking Changes
Updates tarpc to use tarpc-plugins 0.2.
## 0.8.0 (2017-05-05)
## Breaking Changes

View File

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