File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v4
1616
1717 - name : Install Rust
18- uses : dtolnay/rust-toolchain@1.83
18+ uses : dtolnay/rust-toolchain@1.84
1919 with :
2020 targets : aarch64-apple-darwin,x86_64-apple-darwin
2121
Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v4
1919
2020 - name : Install Rust
21- uses : dtolnay/rust-toolchain@1.83
21+ uses : dtolnay/rust-toolchain@1.84
2222 with :
2323 targets : aarch64-apple-darwin,x86_64-apple-darwin
2424
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
1414### Changed
1515
16- - Upgrade Rust to v1.83 .0 in CI.
16+ - Upgrade Rust to v1.84 .0 in CI.
1717- Remove Rust dependency ` once_cell ` and use Rust standard library instead, which helps reducing binary size.
1818- Better DMG file packaging, by using JavaScript-based [ create-dmg] ( https://github.com/sindresorhus/create-dmg ) .
1919- Migrate to Swift 6 and Xcode 16.2
You can’t perform that action at this time.
0 commit comments