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

Commit b17ef42

Browse files
committed
Raise minimum tested toolchain to rust 1.61
Required by the transitive dependency on hashbrown. error: package `hashbrown v0.13.1` cannot be built because it requires rustc 1.61.0 or newer, while the currently active rustc version is 1.60.0
1 parent 804a0bf commit b17ef42

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
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
rust: [nightly, beta, stable, 1.59.0]
21+
rust: [nightly, beta, stable, 1.61.0]
2222
timeout-minutes: 45
2323
steps:
2424
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)