Bump tokio-buf to v0.1.0 (#925)

This commit is contained in:
Carl Lerche
2019-02-23 21:58:47 -08:00
committed by GitHub
parent 047d0b821c
commit 0e2e07812a
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ First, add this to your `Cargo.toml`:
```toml
[dependencies]
tokio-buf = "0.1"
tokio-buf = "0.1.0"
```
Next, add this to your crate: