Skip to content

Commit 06dfa34

Browse files
committed
fixup
1 parent 23c1d1b commit 06dfa34

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.clippy.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
msrv = "1.65.0"

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,10 @@ jobs:
116116
- uses: actions-rs/toolchain@v1
117117
with:
118118
profile: minimal
119-
toolchain: nightly
119+
toolchain: nightly-2022-10-18
120120
override: true
121121
components: clippy
122122
- uses: giraffate/clippy-action@v1
123123
with:
124124
clippy_flags: --all --all-targets
125+
filter_mode: nofilter

0 commit comments

Comments
 (0)