Skip to content

Commit 70798d8

Browse files
bors[bot]taiki-e
andauthored
Merge #915
915: Sync with v0.8 branch r=taiki-e a=taiki-e Co-authored-by: Taiki Endo <[email protected]>
2 parents 1152536 + 9ce7a9a commit 70798d8

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

crossbeam-epoch/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 0.9.11
2+
3+
- Removes the dependency on the `once_cell` crate to restore the MSRV. (#913)
4+
- Work around [rust-lang#98302](https://github.com/rust-lang/rust/issues/98302), which causes compile error on windows-gnu when LTO is enabled. (#913)
5+
16
# Version 0.9.10
27

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

crossbeam-epoch/Cargo.toml

+1-1
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.10"
7+
version = "0.9.11"
88
edition = "2018"
99
rust-version = "1.38"
1010
license = "MIT OR Apache-2.0"

crossbeam-utils/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 0.8.12
2+
3+
- Removes the dependency on the `once_cell` crate to restore the MSRV. (#913)
4+
- Work around [rust-lang#98302](https://github.com/rust-lang/rust/issues/98302), which causes compile error on windows-gnu when LTO is enabled. (#913)
5+
16
# Version 0.8.11
27

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

crossbeam-utils/Cargo.toml

+1-1
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.11"
7+
version = "0.8.12"
88
edition = "2018"
99
rust-version = "1.38"
1010
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)