Inform clippy of supported compiler version in clippy.toml
This commit is contained in:
parent
9b2d8dfc6b
commit
52391fd868
1
serde/.clippy.toml
Normal file
1
serde/.clippy.toml
Normal file
@ -0,0 +1 @@
|
||||
msrv = "1.13.0"
|
1
serde_derive/.clippy.toml
Normal file
1
serde_derive/.clippy.toml
Normal file
@ -0,0 +1 @@
|
||||
msrv = "1.31.0"
|
1
serde_derive_internals/.clippy.toml
Normal file
1
serde_derive_internals/.clippy.toml
Normal file
@ -0,0 +1 @@
|
||||
msrv = "1.31.0"
|
1
serde_test/.clippy.toml
Normal file
1
serde_test/.clippy.toml
Normal file
@ -0,0 +1 @@
|
||||
msrv = "1.13.0"
|
Loading…
Reference in New Issue
Block a user