File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
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.84
18+ uses : dtolnay/rust-toolchain@1.85
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.84
21+ uses : dtolnay/rust-toolchain@1.85
2222 with :
2323 targets : aarch64-apple-darwin,x86_64-apple-darwin
2424
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments