Skip to content

Commit

Permalink
Merge pull request #40 from Apocentre/chore/update_rust_toolset
Browse files Browse the repository at this point in the history
chore: update rust toolchain version
  • Loading branch information
imikushin authored Feb 14, 2024
2 parents 575b135 + b740c5a commit 7d450a2
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 @@ -30,7 +30,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: "1.75.0"
toolchain: "1.76.0"
components: rustfmt, clippy

# https://github.com/Swatinem/rust-cache
Expand Down

0 comments on commit 7d450a2

Please sign in to comment.