From 2db39ca5babaac7b7d2fb3a4a46bf07c7ad15aec Mon Sep 17 00:00:00 2001 From: Rob N Date: Tue, 12 Nov 2024 09:51:22 -1000 Subject: [PATCH] Add `.clippy.toml` to lint MSRV --- .clippy.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .clippy.toml diff --git a/.clippy.toml b/.clippy.toml new file mode 100644 index 000000000..be64409c8 --- /dev/null +++ b/.clippy.toml @@ -0,0 +1 @@ +msrv = "1.63.0" \ No newline at end of file