Skip to content

Commit 23c425c

Browse files
committed
Raise minimum tested compiler to rust 1.67
Required by dev-dependency on flate2. error: package `flate2 v1.1.0` cannot be built because it requires rustc 1.67.0 or newer, while the currently active rustc version is 1.63.0 Either upgrade to rustc 1.67.0 or newer, or use cargo update -p [email protected] --precise ver where `ver` is the latest version of `flate2` supporting rustc 1.63.0
1 parent cbffe0c commit 23c425c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
rust: [1.63.0, stable, beta]
27+
rust: [1.67.0, stable, beta]
2828
timeout-minutes: 45
2929
steps:
3030
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)