Skip to content

Commit dd34181

Browse files
committed
⬆️ use Rust 1.85 in CI
1 parent d7456b8 commit dd34181

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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.84
18+
uses: dtolnay/rust-toolchain@1.85
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.84
21+
uses: dtolnay/rust-toolchain@1.85
2222
with:
2323
targets: aarch64-apple-darwin,x86_64-apple-darwin
2424

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Upgrade Rust to v1.85 in CI.
13+
1014
### Fixed
1115
- Fix loading configuration file on startup.
1216

0 commit comments

Comments
 (0)