Skip to content
Snippets Groups Projects
Commit 9eb5bd50 authored by Carl Lerche's avatar Carl Lerche
Browse files

Bump version to 0.4

parent b46d3fd3
No related branches found
No related tags found
No related merge requests found
[package] [package]
name = "bytes" name = "bytes"
version = "0.4.0-dev" version = "0.4.0"
license = "MIT" license = "MIT"
authors = ["Carl Lerche <me@carllerche.com>"] authors = ["Carl Lerche <me@carllerche.com>"]
description = "Types and traits for working with bytes" description = "Types and traits for working with bytes"
...@@ -9,7 +9,7 @@ documentation = "https://carllerche.github.io/bytes/bytes" ...@@ -9,7 +9,7 @@ documentation = "https://carllerche.github.io/bytes/bytes"
homepage = "https://github.com/carllerche/bytes" homepage = "https://github.com/carllerche/bytes"
repository = "https://github.com/carllerche/bytes" repository = "https://github.com/carllerche/bytes"
readme = "README.md" readme = "README.md"
keywords = ["buffers", "rope", "io"] keywords = ["buffers", "zero-copy", "io"]
exclude = [ exclude = [
".gitignore", ".gitignore",
".travis.yml", ".travis.yml",
...@@ -17,6 +17,7 @@ exclude = [ ...@@ -17,6 +17,7 @@ exclude = [
"bench/**/*", "bench/**/*",
"test/**/*" "test/**/*"
] ]
categories = ["network-programming", "data-structures"]
[dependencies] [dependencies]
byteorder = "1.0.0" byteorder = "1.0.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment