From 7874bfee40f96dcb3b5e51da4841e2abd235a4e6 Mon Sep 17 00:00:00 2001 From: danieleades <33452915+danieleades@users.noreply.github.com> Date: Sun, 11 Dec 2022 09:51:42 +0000 Subject: [PATCH] move clippy msrv config to 'cargo.toml' (#56) --- .clippy.toml | 1 - Cargo.toml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 .clippy.toml diff --git a/.clippy.toml b/.clippy.toml deleted file mode 100644 index 23b32c1..0000000 --- a/.clippy.toml +++ /dev/null @@ -1 +0,0 @@ -msrv = "1.57.0" diff --git a/Cargo.toml b/Cargo.toml index ad7338b..7cafff9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ categories = ["api-bindings", "asynchronous"] homepage = "https://github.com/danieleades/monzo-lib" repository = "https://github.com/danieleades/monzo-lib" license = "Apache-2.0" +rust-version = "1.57.0" [lib] name = "monzo"