Bump minor version.

This commit is contained in:
Tim Kuehn
2016-08-07 13:00:44 -07:00
parent 2e02f33fc4
commit 3cf8e440f7
3 changed files with 7 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ function then returns the value produced by that other server.
Add to your `Cargo.toml` dependencies:
```toml
tarpc = "0.5.1"
tarpc = "0.6"
```
## Example

View File

@@ -1,3 +1,8 @@
## 0.6 (20216-08-07)
### Breaking Changes
* Updated serde to 0.8. Requires dependents to update as well.
## 0.5 (2016-04-24)
### Breaking Changes

View File

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