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 81737bf commit 83511d1Copy full SHA for 83511d1
README.md
@@ -214,6 +214,14 @@ specifying the minimum supported Rust version (MSRV) in the clippy configuration
214
msrv = "1.30.0"
215
```
216
217
+Alternatively, the [`rust-version` field](https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field)
218
+in the `Cargo.toml` can be used.
219
+
220
+```toml
221
+# Cargo.toml
222
+rust-version = "1.30"
223
+```
224
225
The MSRV can also be specified as an inner attribute, like below.
226
227
```rust
0 commit comments