aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2024-02-01 13:39:34 +0100
committerJeff Vander Stoep <jeffv@google.com>2024-02-01 13:39:34 +0100
commit58926982653b867ffb2100afe7ff637459f739fa (patch)
tree4d50e39939b49d386aea8b61fea9ceecc37d644b /CHANGELOG.md
parent442571ce6886d0947e97cd0508aed60223e926c1 (diff)
downloadcrossbeam-deque-58926982653b867ffb2100afe7ff637459f739fa.tar.gz
Upgrade crossbeam-deque to 0.8.5emu-34-3-release
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update external/rust/crates/crossbeam-deque For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md Test: TreeHugger Change-Id: If6cc763f05322a9c38c4517f66b2bc04bd79ea67
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0937d19..691d352 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+# Version 0.8.5
+
+- Remove dependency on `cfg-if`. (#1072)
+
+# Version 0.8.4
+
+- Bump the minimum supported Rust version to 1.61. (#1037)
+
# Version 0.8.3
- Add `Stealer::{steal_batch_with_limit, steal_batch_with_limit_and_pop}` methods. (#903)