diff options
Diffstat (limited to 'rust/clippy.toml')
| -rw-r--r-- | rust/clippy.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/clippy.toml b/rust/clippy.toml index 5d190f91de..933e46a2ff 100644 --- a/rust/clippy.toml +++ b/rust/clippy.toml @@ -1,2 +1,2 @@ doc-valid-idents = ["PrimeCell", ".."] -msrv = "1.63.0" +msrv = "1.77.0" |