Bump version to v0.4.12 (#250)

This commit is contained in:
Carl Lerche
2019-03-06 12:42:20 -08:00
committed by GitHub
parent 0e8b440650
commit 4948b1053b
4 changed files with 12 additions and 6 deletions
+2 -2
View File
@@ -6,11 +6,11 @@ name = "bytes"
# - Update CHANGELOG.md.
# - Update doc URL.
# - Create "v0.4.x" git tag.
version = "0.4.11"
version = "0.4.12"
license = "MIT"
authors = ["Carl Lerche <[email protected]>"]
description = "Types and traits for working with bytes"
documentation = "https://docs.rs/bytes/0.4.11/bytes"
documentation = "https://docs.rs/bytes/0.4.12/bytes"
homepage = "https://github.com/carllerche/bytes"
repository = "https://github.com/carllerche/bytes"
readme = "README.md"