Skip to content

Commit

Permalink
Update rust.yml - Upgrade to Rust 1.80.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stranger80 authored Sep 5, 2024
1 parent 3b8f855 commit 0ef2b49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Rust v1.76
run: rustup default 1.76
- name: Setup Rust v1.80.0
run: rustup default 1.80.0
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 0ef2b49

Please sign in to comment.