Upgrade bytes version from 0.5 to 0.6.0 in README (#441)

This commit is contained in:
Ibraheem Ahmed
2020-11-02 00:10:51 +09:00
committed by GitHub
parent b7f75829ab
commit 39c6d7a512
+2 -2
View File
@@ -18,7 +18,7 @@ To use `bytes`, first add this to your `Cargo.toml`:
```toml ```toml
[dependencies] [dependencies]
bytes = "0.5" bytes = "0.6"
``` ```
Next, add this to your crate: Next, add this to your crate:
@@ -33,7 +33,7 @@ Serde support is optional and disabled by default. To enable use the feature `se
```toml ```toml
[dependencies] [dependencies]
bytes = { version = "0.5", features = ["serde"] } bytes = { version = "0.6", features = ["serde"] }
``` ```
## License ## License