Skip to content

Commit

Permalink
chore(ci): switch to stable Rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin committed Jan 10, 2024
1 parent 9195c46 commit a1160d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust: [1.74]
rust: [stable]
steps:
- uses: actions/checkout@v3
name: Checkout
Expand Down

0 comments on commit a1160d0

Please sign in to comment.