Skip to content

Commit

Permalink
Adjust rust toolchain version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lichtso committed Aug 8, 2024
1 parent b51507b commit 32cec41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
rust: [stable, beta, nightly]
rust: [1.78.0]
steps:
- uses: actions/checkout@v1
- name: Setup Rust (rustup)
Expand Down

0 comments on commit 32cec41

Please sign in to comment.