From c5bb689b60a3dd9adcd364f71a41766cdb9ad3af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Habov=C5=A1tiak?= Date: Tue, 26 Apr 2022 10:39:40 +0200 Subject: [PATCH] Update MSRV in clippy.toml We forgot about this during MSRV bump. --- clippy.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clippy.toml b/clippy.toml index a8d2e37f..799264ef 100644 --- a/clippy.toml +++ b/clippy.toml @@ -1 +1 @@ -msrv = "1.29" +msrv = "1.41.1"