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.
2 parents 20809b6 + 7809703 commit 1f09d5fCopy full SHA for 1f09d5f
.clippy.toml
@@ -1 +1 @@
1
-msrv = "1.54.0"
+msrv = "1.58.1"
.github/workflows/main.yml
@@ -103,7 +103,7 @@ jobs:
103
# MANDATORY TESTING USING LOWEST SUPPORTED TOOLCHAIN
104
lowest_supported:
105
env:
106
- TOOLCHAIN: 1.54.0 # LOWEST SUPPORTED RUST TOOLCHAIN
+ TOOLCHAIN: 1.58.1 # LOWEST SUPPORTED RUST TOOLCHAIN
107
strategy:
108
matrix:
109
include:
@@ -142,7 +142,7 @@ jobs:
142
fedora:
143
144
# Lowest supported
145
146
147
148
0 commit comments