From a8f5edfa261341de760ff90c72187d19e87f7b99 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 29 Jan 2023 12:37:06 -0800 Subject: [PATCH] Sync clippy.toml with minimum rustc tested in CI --- .clippy.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.clippy.toml b/.clippy.toml index 90bfd5f..f97e544 100644 --- a/.clippy.toml +++ b/.clippy.toml @@ -1 +1 @@ -msrv = "1.45.0" +msrv = "1.42.0" diff --git a/README.md b/README.md index 75c47da..acd16fa 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ time so the leftmost non-space character is in the first column. indoc = "1.0" ``` -*Compiler requirement: rustc 1.45 or greater.* +*Compiler requirement: rustc 1.42 or greater.*