aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2020-07-14 04:16:32 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-07-14 04:16:32 +0000
commit9e908cd8b17b2231e6f526b68c7f2e830422f04d (patch)
treea1e903569e7b07558c4eef2bcef8542201d7906c /Cargo.toml.orig
parent2bfd8bc8ca71d34cd6af7672edab48a954c14fe7 (diff)
parent815f544e751e7b3cdc563ca0c97849f7decf782f (diff)
downloadbytes-9e908cd8b17b2231e6f526b68c7f2e830422f04d.tar.gz
Merge "Upgrade rust/crates/bytes to 0.5.5"android-r-beta-3android-r-beta-2
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig10
1 files changed, 4 insertions, 6 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 257e788..69b7361 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.4"
+version = "0.5.5"
license = "MIT"
authors = [
"Carl Lerche <me@carllerche.com>",
@@ -25,12 +25,10 @@ default = ["std"]
std = []
[dependencies]
-serde = { version = "1.0", optional = true }
+serde = { version = "1.0.60", optional = true, default-features = false, features = ["alloc"] }
[dev-dependencies]
serde_test = "1.0"
-# loom is currently not compiling on windows.
-# See: https://github.com/Xudong-Huang/generator-rs/issues/19
-[target.'cfg(not(windows))'.dev-dependencies]
-loom = "0.2.13"
+[target.'cfg(loom)'.dependencies]
+loom = "0.3"