File tree Expand file tree Collapse file tree 6 files changed +16
-3
lines changed
Expand file tree Collapse file tree 6 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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 "
88edition = " 2018"
99rust-version = " 1.38"
1010license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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 "
88edition = " 2018"
99rust-version = " 1.38"
1010license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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 "
88edition = " 2018"
99rust-version = " 1.38"
1010license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments