summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2021-11-21 01:29:21 +0100
committerNora Widdecke <nora@sequoia-pgp.org>2021-11-29 11:53:55 +0100
commit9dc9bb370bfc14596e6547701b5b3a769544c82d (patch)
tree5b26e0805c8397eb9f81700cd14c8b8779c82c2f
parent6778bfd171055b8ac3f826531d469abab1f04a7e (diff)
clippy: Configure MSRV.
-rw-r--r--clippy.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy.toml b/clippy.toml
index 073c6d1f..ef4e5d92 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.48.0"
+msrv = "1.56.1"
enum-variant-size-threshold = 512
too-many-arguments-threshold = 10