prepare 1.0.1 release (#460)

This commit is contained in:
Alice Ryhl
2021-01-11 18:07:46 +01:00
committed by GitHub
parent df20a68356
commit 7b18c1c076
3 changed files with 12 additions and 3 deletions
+2 -2
View File
@@ -6,14 +6,14 @@ name = "bytes"
# - Update CHANGELOG.md.
# - Update doc URL.
# - Create "v1.0.x" git tag.
version = "1.0.0"
version = "1.0.1"
license = "MIT"
authors = [
"Carl Lerche <[email protected]>",
"Sean McArthur <[email protected]>",
]
description = "Types and traits for working with bytes"
documentation = "https://docs.rs/bytes/1.0.0/bytes/"
documentation = "https://docs.rs/bytes/1.0.1/bytes/"
repository = "https://github.com/tokio-rs/bytes"
readme = "README.md"
keywords = ["buffers", "zero-copy", "io"]