Inform clippy of supported compiler version in clippy.toml

This commit is contained in:
David Tolnay 2022-04-30 20:40:23 -07:00
parent 9b2d8dfc6b
commit 52391fd868
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
4 changed files with 4 additions and 0 deletions

1
serde/.clippy.toml Normal file
View File

@ -0,0 +1 @@
msrv = "1.13.0"

View File

@ -0,0 +1 @@
msrv = "1.31.0"

View File

@ -0,0 +1 @@
msrv = "1.31.0"

1
serde_test/.clippy.toml Normal file
View File

@ -0,0 +1 @@
msrv = "1.13.0"