chore: prepare v1.0.0 release (#453)

This commit is contained in:
Carl Lerche
2020-12-22 15:30:20 -08:00
committed by GitHub
parent ed1d194660
commit 064ad9a1a0
3 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ To use `bytes`, first add this to your `Cargo.toml`:
```toml
[dependencies]
bytes = "1.0"
bytes = "1"
```
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 = "1.0", features = ["serde"] }
bytes = { version = "1", features = ["serde"] }
```
## License