mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-02-23 15:49:54 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3cf8e440f7 |
@@ -23,7 +23,7 @@ function then returns the value produced by that other server.
|
|||||||
Add to your `Cargo.toml` dependencies:
|
Add to your `Cargo.toml` dependencies:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
tarpc = "0.5.1"
|
tarpc = "0.6"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example
|
## 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)
|
## 0.5 (2016-04-24)
|
||||||
|
|
||||||
### Breaking Changes
|
### Breaking Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tarpc"
|
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>"]
|
authors = ["Adam Wright <adam.austin.wright@gmail.com>", "Tim Kuehn <timothy.j.kuehn@gmail.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
documentation = "https://google.github.io/tarpc"
|
documentation = "https://google.github.io/tarpc"
|
||||||
|
|||||||
Reference in New Issue
Block a user