We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04e8c74 commit b149915Copy full SHA for b149915
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
include:
32
- build: pinned
33
os: ubuntu-18.04
34
- rust: 1.28.0
+ rust: 1.41.1
35
- build: stable
36
37
rust: stable
README.md
@@ -156,7 +156,7 @@ expression alternation. See `MatchKind` in the docs for more details.
156
157
### Minimum Rust version policy
158
159
-This crate's minimum supported `rustc` version is `1.28.0`.
+This crate's minimum supported `rustc` version is `1.41.1`.
160
161
The current policy is that the minimum Rust version required to use this crate
162
can be increased in minor version updates. For example, if `crate 1.0` requires
0 commit comments