Skip to content

Commit 21a12c3

Browse files
committed
Fix msrv
1 parent 423728f commit 21a12c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ jobs:
6262
- name: Setup Rust
6363
uses: actions-rust-lang/setup-rust-toolchain@v1
6464
with:
65-
toolchain: 1.85.0
65+
toolchain: 1.88.0
6666
- name: Check MSRV
6767
run: cargo check --all-targets --all-features

clippy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
msrv = "1.85.0"
1+
msrv = "1.88.0"

0 commit comments

Comments
 (0)