@@ -4,7 +4,13 @@ name = "crossbeam"
44# - Update CHANGELOG.md
55# - Update README.md (when increasing major or minor version)
66# - Run './tools/publish.sh crossbeam <version>'
7+ <<<<<<< HEAD
78version = " 0.8.5"
9+ ||||||| parent of 90ed8e00 (Prepare for the next release)
10+ version = " 0.8.4"
11+ =======
12+ version = " 0.9.0"
13+ >>>>>>> 90ed8e00 (Prepare for the next release)
814edition = " 2021"
915# NB: Sync with msrv badge and "Compatibility" section in README.md
1016rust-version = " 1.74"
@@ -49,11 +55,11 @@ std = [
4955alloc = [" crossbeam-epoch/alloc" , " crossbeam-queue/alloc" ]
5056
5157[dependencies ]
52- crossbeam-channel = { version = " 0.5.10 " , path = " crossbeam-channel" , default-features = false , optional = true }
53- crossbeam-deque = { version = " 0.8.4 " , path = " crossbeam-deque" , default-features = false , optional = true }
54- crossbeam-epoch = { version = " 0.9.17 " , path = " crossbeam-epoch" , default-features = false , optional = true }
55- crossbeam-queue = { version = " 0.3.10 " , path = " crossbeam-queue" , default-features = false , optional = true }
56- crossbeam-utils = { version = " 0.8.18 " , path = " crossbeam-utils" , default-features = false , features = [" atomic" ] }
58+ crossbeam-channel = { version = " 0.5.18 " , path = " crossbeam-channel" , default-features = false , optional = true }
59+ crossbeam-deque = { version = " 0.8.9 " , path = " crossbeam-deque" , default-features = false , optional = true }
60+ crossbeam-epoch = { version = " 0.10.0 " , path = " crossbeam-epoch" , default-features = false , optional = true }
61+ crossbeam-queue = { version = " 0.4.0 " , path = " crossbeam-queue" , default-features = false , optional = true }
62+ crossbeam-utils = { version = " 0.9.0 " , path = " crossbeam-utils" , default-features = false , features = [" atomic" ] }
5763
5864[dev-dependencies ]
5965
0 commit comments