We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423728f commit 21a12c3Copy full SHA for 21a12c3
.github/workflows/ci.yml
@@ -62,6 +62,6 @@ jobs:
62
- name: Setup Rust
63
uses: actions-rust-lang/setup-rust-toolchain@v1
64
with:
65
- toolchain: 1.85.0
+ toolchain: 1.88.0
66
- name: Check MSRV
67
run: cargo check --all-targets --all-features
clippy.toml
@@ -1 +1 @@
1
-msrv = "1.85.0"
+msrv = "1.88.0"
0 commit comments