mirror of
https://github.com/OMGeeky/tarpc.git
synced 2025-12-26 17:02:32 +01:00
Bump minor version.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user