aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 69b7361..bcb8f17 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -6,7 +6,7 @@ name = "bytes"
# - Update CHANGELOG.md.
# - Update doc URL.
# - Create "v0.5.x" git tag.
-version = "0.5.5"
+version = "0.5.6"
license = "MIT"
authors = [
"Carl Lerche <me@carllerche.com>",
@@ -30,5 +30,5 @@ serde = { version = "1.0.60", optional = true, default-features = false, feature
[dev-dependencies]
serde_test = "1.0"
-[target.'cfg(loom)'.dependencies]
+[target.'cfg(loom)'.dev-dependencies]
loom = "0.3"