aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-05-20 10:13:47 -0700
committerJoel Galenson <jgalenson@google.com>2021-05-20 10:13:47 -0700
commitf32965f40dd58a3a04755d3faafd0326d88a0271 (patch)
treec9ac8706329d19695e7cda91e46058a43a4aab66 /Cargo.toml.orig
parent3276f603fd08b3f66d8187945ebf50b117ad1aa0 (diff)
downloadcrossbeam-utils-f32965f40dd58a3a04755d3faafd0326d88a0271.tar.gz
Upgrade rust/crates/crossbeam-utils to 0.8.4
Test: make Change-Id: I083aa599db529551556938eee1eaeb531954bbef
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 30697d2..4962b71 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -4,7 +4,7 @@ name = "crossbeam-utils"
# - Update CHANGELOG.md
# - Update README.md
# - Create "crossbeam-utils-X.Y.Z" git tag
-version = "0.8.3"
+version = "0.8.4"
authors = ["The Crossbeam Project Developers"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -37,7 +37,7 @@ lazy_static = { version = "1.4.0", optional = true }
# This configuration option is outside of the normal semver guarantees: minor
# versions of crossbeam may make breaking changes to it at any time.
[target.'cfg(crossbeam_loom)'.dependencies]
-loom = { version = "0.4", optional = true }
+loom = { version = "0.5", optional = true }
[build-dependencies]
autocfg = "1.0.0"