summaryrefslogtreecommitdiffstats
path: root/clippy.toml
diff options
context:
space:
mode:
authorHeiko Schaefer <heiko@schaefer.name>2022-10-07 11:19:44 +0200
committerHeiko Schaefer <heiko@schaefer.name>2022-10-07 12:48:43 +0200
commit07b8178fbf1d28dce3c87f23488d320562fe6278 (patch)
treee41df24664d691296a5d2c3267a47cecc954f328 /clippy.toml
parent5bc9efad3d23206c057c97f7a5c82df58d37cbb2 (diff)
Align msrv with rust-toolchain.
See https://doc.rust-lang.org/stable/clippy/configuration.html#specifying-the-minimum-supported-rust-version
Diffstat (limited to 'clippy.toml')
-rw-r--r--clippy.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy.toml b/clippy.toml
index ef4e5d92..bc65e5e6 100644
--- a/clippy.toml
+++ b/clippy.toml
@@ -1,6 +1,6 @@
# Disabled until we use at least Rust 1.49.0, which is the first
# version that supports the msrv field.
-msrv = "1.56.1"
+msrv = "1.60.0"
enum-variant-size-threshold = 512
too-many-arguments-threshold = 10