Skip to content

Commit

Permalink
Inform clippy of supported compiler version in clippy.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 1, 2022
1 parent 9b2d8df commit 52391fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions serde/.clippy.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
msrv = "1.13.0"
1 change: 1 addition & 0 deletions serde_derive/.clippy.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
msrv = "1.31.0"
1 change: 1 addition & 0 deletions serde_derive_internals/.clippy.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
msrv = "1.31.0"
1 change: 1 addition & 0 deletions serde_test/.clippy.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
msrv = "1.13.0"

0 comments on commit 52391fd

Please sign in to comment.