We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde6a7f commit 327ba29Copy full SHA for 327ba29
tests/no-core/Cargo.toml
@@ -2,6 +2,7 @@
2
name = "no-core"
3
version = "0.0.0"
4
edition = "2018"
5
+rust-version = "1.37" # Prevent clippy from suggesting a code that requires a new version.
6
publish = false
7
8
[lib]
0 commit comments