Skip to content

Commit

Permalink
ci: Try older Rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Sep 2, 2024
1 parent 5af09f2 commit 8ffcc40
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 @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
rust:
- 1.67.0 # minimum supported version
- 1.63.0 # minimum supported version
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 8ffcc40

Please sign in to comment.