Bump version

This commit is contained in:
Tim Kuehn
2018-03-26 00:53:28 -07:00
parent 44ec68c002
commit 848eb00bea
3 changed files with 7 additions and 2 deletions

View File

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

View File

@@ -37,7 +37,7 @@ arguments to tarpc fns.
Add to your `Cargo.toml` dependencies:
```toml
tarpc = "0.9.0"
tarpc = "0.10.0"
tarpc-plugins = "0.2.0"
```

View File

@@ -1,3 +1,8 @@
## 0.10.0 (2018-03-26)
## Breaking Changes
Updates bincode to version 1.0.
## 0.9.0 (2017-09-17)
## Breaking Changes