Skip to content

Commit

Permalink
[CI] Update the minimum Rust version to 1.75
Browse files Browse the repository at this point in the history
Signed-off-by: vincent <[email protected]>
  • Loading branch information
CaptainVincent committed May 14, 2024
1 parent 9ebb241 commit 4471f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
rust: [stable, 1.74.0]
rust: [stable, 1.75.0]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4471f64

Please sign in to comment.