Update README.md (#320)

This commit is contained in:
Steven Fackler
2019-11-27 12:06:33 -08:00
committed by Sean McArthur
parent a642e1c075
commit 171cffa505
+2 -2
View File
@@ -18,7 +18,7 @@ To use `bytes`, first add this to your `Cargo.toml`:
```toml ```toml
[dependencies] [dependencies]
bytes = "0.4.12" bytes = "0.5"
``` ```
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.4.12", features = ["serde"] } bytes = { version = "0.5", features = ["serde"] }
``` ```
## License ## License