Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Commit 2974499

Browse files
committed
Raise minimum rustc version in CI to 1.59
Required by simd-json's dependency on value-trait: error: package `value-trait v0.2.12` cannot be built because it requires rustc 1.59 or newer, while the currently active rustc version is 1.56.0
1 parent 361ebf7 commit 2974499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
rust: [nightly, beta, stable, 1.56.0]
18+
rust: [nightly, beta, stable, 1.59.0]
1919
steps:
2020
- uses: actions/checkout@v2
2121
- uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
 (0)