You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
914: 0.8: Prepare for the next release r=taiki-e a=taiki-e
Backports #913 and CI-related patches.
Changes:
- crossbeam-epoch 0.8.11 -> 0.8.12
- Removes the dependency on the `once_cell` crate to restore the MSRV. (#913)
- Work around [rust-lang#98302](rust-lang/rust#98302), which causes compile error on windows-gnu when LTO is enabled. (#913)
- crossbeam-utils 0.8.11 -> 0.8.12
- Removes the dependency on the `once_cell` crate to restore the MSRV. (#913)
- Work around [rust-lang#98302](rust-lang/rust#98302), which causes compile error on windows-gnu when LTO is enabled. (#913)
Co-authored-by: Taiki Endo <[email protected]>
Copy file name to clipboardexpand all lines: crossbeam-epoch/CHANGELOG.md
+5
Original file line number
Diff line number
Diff 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
+
1
6
# Version 0.9.10
2
7
3
8
- Bump the minimum supported Rust version to 1.38. (#877)
Copy file name to clipboardexpand all lines: crossbeam-utils/CHANGELOG.md
+5
Original file line number
Diff line number
Diff 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
+
1
6
# Version 0.8.11
2
7
3
8
- Bump the minimum supported Rust version to 1.38. (#877)
0 commit comments