mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-24 00:00:14 +02:00
Bump version to 0.4
This commit is contained in:
+3
-2
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "bytes"
|
name = "bytes"
|
||||||
version = "0.4.0-dev"
|
version = "0.4.0"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
authors = ["Carl Lerche <[email protected]>"]
|
authors = ["Carl Lerche <[email protected]>"]
|
||||||
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"
|
|||||||
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 = [
|
|||||||
"bench/**/*",
|
"bench/**/*",
|
||||||
"test/**/*"
|
"test/**/*"
|
||||||
]
|
]
|
||||||
|
categories = ["network-programming", "data-structures"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
byteorder = "1.0.0"
|
byteorder = "1.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user