Skip to content

Commit

Permalink
fix: min version for build is 1.60.0 now
Browse files Browse the repository at this point in the history
  • Loading branch information
clechasseur committed Jan 14, 2024
1 parent 2ca7d63 commit 1655135
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 @@ -98,7 +98,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [ 1.56.1, stable, beta, nightly ]
toolchain: [ 1.60.0, stable, beta, nightly ]
os: [ ubuntu, macos, windows ]
ignore-lock: [ false, true ]
all-features: [ false, true ]
Expand Down

0 comments on commit 1655135

Please sign in to comment.