Update readme / changelog (#451)

This commit is contained in:
Arve Knudsen
2020-12-20 07:31:22 -08:00
committed by GitHub
parent 06907f3e7b
commit e398b0a209
2 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ To use `bytes`, first add this to your `Cargo.toml`:
```toml
[dependencies]
bytes = "0.6"
bytes = "1.0"
```
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
[dependencies]
bytes = { version = "0.6", features = ["serde"] }
bytes = { version = "1.0", features = ["serde"] }
```
## License