diff --git a/README.md b/README.md index c9ebe99..f49cd9d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/RELEASES.md b/RELEASES.md index 02446be..1d393bd 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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 diff --git a/tarpc/Cargo.toml b/tarpc/Cargo.toml index d8f20dd..f8f8470 100644 --- a/tarpc/Cargo.toml +++ b/tarpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tarpc" -version = "0.5.1" +version = "0.6.0" authors = ["Adam Wright ", "Tim Kuehn "] license = "MIT" documentation = "https://google.github.io/tarpc"