Skip to content

Commit

Permalink
fix(ci): update rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
dj95 committed Nov 15, 2024
1 parent 5560613 commit 55e2fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@d388a4836fcdbde0e50e395dc79a2670ccdef13f # stable
with:
toolchain: '1.76.0'
toolchain: '1.82.0'
target: x86_64-unknown-linux-gnu
- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit 55e2fdf

Please sign in to comment.