-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f09c51c
commit 456221d
Showing
3 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
[package] | ||
|
||
name = "bytes" | ||
version = "0.4.9" # don't forget to update html_root_url | ||
# When releasing to crates.io: | ||
# - Update html_root_url. | ||
# - Update CHANGELOG.md. | ||
# - Update doc URL. | ||
# - Create "v0.4.x" git tag. | ||
version = "0.4.10" | ||
license = "MIT" | ||
authors = ["Carl Lerche <[email protected]>"] | ||
description = "Types and traits for working with bytes" | ||
documentation = "https://carllerche.github.io/bytes/bytes" | ||
documentation = "https://docs.rs/bytes/0.4.10/bytes" | ||
homepage = "https://github.com/carllerche/bytes" | ||
repository = "https://github.com/carllerche/bytes" | ||
readme = "README.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters