Skip to content

Commit 09c99c0

Browse files
committed
Prepare for the next release
- crossbeam-utils 0.8.12 -> 0.8.13 - crossbeam-queue 0.3.6 -> 0.3.7 - crossbeam-epoch 0.9.11 -> 0.9.12
1 parent 8ea7f55 commit 09c99c0

File tree

6 files changed

+16
-3
lines changed

6 files changed

+16
-3
lines changed

crossbeam-epoch/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 0.9.12
2+
3+
- Update `memoffset` to 0.7. (#926)
4+
- Improve support for custom targets. (#922)
5+
16
# Version 0.9.11
27

38
- Removes the dependency on the `once_cell` crate to restore the MSRV. (#913)

crossbeam-epoch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "crossbeam-epoch"
44
# - Update CHANGELOG.md
55
# - Update README.md
66
# - Create "crossbeam-epoch-X.Y.Z" git tag
7-
version = "0.9.11"
7+
version = "0.9.12"
88
edition = "2018"
99
rust-version = "1.38"
1010
license = "MIT OR Apache-2.0"

crossbeam-queue/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.3.7
2+
3+
- Improve support for custom targets. (#922)
4+
15
# Version 0.3.6
26

37
- Bump the minimum supported Rust version to 1.38. (#877)

crossbeam-queue/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "crossbeam-queue"
44
# - Update CHANGELOG.md
55
# - Update README.md
66
# - Create "crossbeam-queue-X.Y.Z" git tag
7-
version = "0.3.6"
7+
version = "0.3.7"
88
edition = "2018"
99
rust-version = "1.38"
1010
license = "MIT OR Apache-2.0"

crossbeam-utils/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.8.13
2+
3+
- Improve support for custom targets. (#922)
4+
15
# Version 0.8.12
26

37
- Removes the dependency on the `once_cell` crate to restore the MSRV. (#913)

crossbeam-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "crossbeam-utils"
44
# - Update CHANGELOG.md
55
# - Update README.md
66
# - Create "crossbeam-utils-X.Y.Z" git tag
7-
version = "0.8.12"
7+
version = "0.8.13"
88
edition = "2018"
99
rust-version = "1.38"
1010
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)