File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -60,13 +60,13 @@ jobs:
6060 channel : [1.74.0, nightly]
6161 include :
6262 - os : macos-latest
63- target : x86_64 -apple-darwin
63+ target : aarch64 -apple-darwin
6464 channel : nightly
6565 - os : windows-latest
6666 target : x86_64-pc-windows-msvc
6767 channel : nightly
6868 - os : macos-latest
69- target : x86_64 -apple-darwin
69+ target : aarch64 -apple-darwin
7070 channel : 1.74.0
7171 - os : windows-latest
7272 target : x86_64-pc-windows-msvc
Original file line number Diff line number Diff line change @@ -7,16 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77
88## [ Unreleased]
99
10- ## [ v0.14.4] - 2024-03-19
11-
1210### Changed
1311
1412- Changed ` hash_set::{Entry, VacantEntry}::insert ` to return ` OccupiedEntry ` . (#495 )
1513
14+ ## [ v0.14.5] - 2024-04-28
15+
1616### Fixed
1717
1818- Fixed index calculation in panic guard of ` clone_from_impl ` . (#511 )
1919
20+ ## ~~ [ v0.14.4] - 2024-03-19~~
21+
22+ This release was _ yanked_ due to a breaking change.
23+
2024## [ v0.14.3] - 2023-11-26
2125
2226### Added
@@ -481,7 +485,8 @@ This release was _yanked_ due to a breaking change for users of `no-default-feat
481485
482486- Initial release
483487
484- [ Unreleased ] : https://github.com/rust-lang/hashbrown/compare/v0.14.4...HEAD
488+ [ Unreleased ] : https://github.com/rust-lang/hashbrown/compare/v0.14.5...HEAD
489+ [ v0.14.5 ] : https://github.com/rust-lang/hashbrown/compare/v0.14.4...v0.14.5
485490[ v0.14.4 ] : https://github.com/rust-lang/hashbrown/compare/v0.14.3...v0.14.4
486491[ v0.14.3 ] : https://github.com/rust-lang/hashbrown/compare/v0.14.2...v0.14.3
487492[ v0.14.2 ] : https://github.com/rust-lang/hashbrown/compare/v0.14.1...v0.14.2
Original file line number Diff line number Diff line change 55: " ${TARGET?The TARGET environment variable must be set.} "
66
77case " ${TARGET} " in
8- x86_64-unknown-linux-gnu|x86_64-apple-darwin|x86_64-pc-windows-msvc)
8+ x86_64-unknown-linux-gnu|x86_64-apple-darwin|aarch64-apple-darwin| x86_64-pc-windows-msvc)
99 CROSS=0
1010 NO_STD=0
1111 ;;
You can’t perform that action at this time.
0 commit comments