Skip to content

Commit bd33fe2

Browse files
committed
Update to rust 1.84.
This is the latest stable rust toolchain. I had to run `cargo update` as some of the older deps did not support latest rust. I noticed a dependabot PR failed regarding a rust version mismatch: #391 I'm not sure this will fix it, but it seems like a good step anyways.
1 parent a17f7f2 commit bd33fe2

File tree

3 files changed

+678
-427
lines changed

3 files changed

+678
-427
lines changed

Diff for: .github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions-rs/toolchain@v1
2525
with:
2626
profile: minimal
27-
toolchain: 1.73.0
27+
toolchain: 1.84.0
2828
override: true
2929
components: rustfmt, clippy
3030

0 commit comments

Comments
 (0)