prepare v0.5.0 release (#319)

This commit is contained in:
Carl Lerche
2019-11-25 11:19:30 -08:00
committed by GitHub
parent cdd9fc09cd
commit b7c1f2a135
3 changed files with 45 additions and 16 deletions
+9 -11
View File
@@ -1,24 +1,22 @@
[package]
name = "bytes"
name = "bytes"
# When releasing to crates.io:
# - Update html_root_url.
# - Update CHANGELOG.md.
# - Update doc URL.
# - Create "v0.4.x" git tag.
version = "0.5.0"
license = "MIT"
authors = ["Carl Lerche <[email protected]>"]
description = "Types and traits for working with bytes"
# - Create "v0.5.x" git tag.
version = "0.5.0"
license = "MIT"
authors = ["Carl Lerche <[email protected]>"]
description = "Types and traits for working with bytes"
documentation = "https://docs.rs/bytes"
repository = "https://github.com/tokio-rs/bytes"
readme = "README.md"
keywords = ["buffers", "zero-copy", "io"]
repository = "https://github.com/tokio-rs/bytes"
readme = "README.md"
keywords = ["buffers", "zero-copy", "io"]
categories = ["network-programming", "data-structures"]
edition = "2018"
publish = false
[features]
default = ["std"]
std = []