Skip to content

Commit

Permalink
Updated to Tolnay rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
SpeedyTurtle599 committed Aug 22, 2024
1 parent 0e0fcf2 commit f2a33aa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Rust
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
profile: minimal
override: true
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit f2a33aa

Please sign in to comment.