File tree 4 files changed +12
-2
lines changed
4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
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 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "crossbeam-epoch"
4
4
# - Update CHANGELOG.md
5
5
# - Update README.md
6
6
# - Create "crossbeam-epoch-X.Y.Z" git tag
7
- version = " 0.9.10 "
7
+ version = " 0.9.11 "
8
8
edition = " 2018"
9
9
rust-version = " 1.38"
10
10
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change
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 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "crossbeam-utils"
4
4
# - Update CHANGELOG.md
5
5
# - Update README.md
6
6
# - Create "crossbeam-utils-X.Y.Z" git tag
7
- version = " 0.8.11 "
7
+ version = " 0.8.12 "
8
8
edition = " 2018"
9
9
rust-version = " 1.38"
10
10
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments