diff options
Diffstat (limited to 'clippy.toml')
| -rw-r--r-- | clippy.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy.toml b/clippy.toml index 9016172983..204f5713c0 100644 --- a/clippy.toml +++ b/clippy.toml @@ -1,3 +1,3 @@ doc-valid-idents = ["IrDA", "PrimeCell", ".."] allow-mixed-uninlined-format-args = false -msrv = "1.77.0" +msrv = "1.83.0" |