Skip to content

Commit 7457dc3

Browse files
committed
⬆️ use Rust 1.84 in CI
1 parent 639786e commit 7457dc3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)