From 9eb5bd50b8254d34b7e4d64ca283992d6c541833 Mon Sep 17 00:00:00 2001 From: Carl Lerche <me@carllerche.com> Date: Fri, 24 Feb 2017 10:35:53 -0800 Subject: [PATCH] Bump version to 0.4 --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b444cdf..b873542 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bytes" -version = "0.4.0-dev" +version = "0.4.0" license = "MIT" authors = ["Carl Lerche <me@carllerche.com>"] description = "Types and traits for working with bytes" @@ -9,7 +9,7 @@ documentation = "https://carllerche.github.io/bytes/bytes" homepage = "https://github.com/carllerche/bytes" repository = "https://github.com/carllerche/bytes" readme = "README.md" -keywords = ["buffers", "rope", "io"] +keywords = ["buffers", "zero-copy", "io"] exclude = [ ".gitignore", ".travis.yml", @@ -17,6 +17,7 @@ exclude = [ "bench/**/*", "test/**/*" ] +categories = ["network-programming", "data-structures"] [dependencies] byteorder = "1.0.0" -- GitLab