1 parent 23c1d1b commit 06dfa34Copy full SHA for 06dfa34
2 files changed
.clippy.toml
@@ -0,0 +1 @@
1
+msrv = "1.65.0"
.github/workflows/ci.yml
@@ -116,9 +116,10 @@ jobs:
116
- uses: actions-rs/toolchain@v1
117
with:
118
profile: minimal
119
- toolchain: nightly
+ toolchain: nightly-2022-10-18
120
override: true
121
components: clippy
122
- uses: giraffate/clippy-action@v1
123
124
clippy_flags: --all --all-targets
125
+ filter_mode: nofilter
0 commit comments