This commit is contained in:
Sean McArthur
2019-12-12 12:00:21 -08:00
parent 8733f74d59
commit 8ae3bb2104
3 changed files with 15 additions and 3 deletions
+5 -2
View File
@@ -6,9 +6,12 @@ name = "bytes"
# - Update CHANGELOG.md.
# - Update doc URL.
# - Create "v0.5.x" git tag.
version = "0.5.2"
version = "0.5.3"
license = "MIT"
authors = ["Carl Lerche <[email protected]>"]
authors = [
"Carl Lerche <[email protected]>",
"Sean McArthur <[email protected]>",
]
description = "Types and traits for working with bytes"
documentation = "https://docs.rs/bytes"
repository = "https://github.com/tokio-rs/bytes"