From e342760a1ff7fc63854710c0b0ce2dbc97dc77ef Mon Sep 17 00:00:00 2001 From: Joe Richey Date: Sat, 22 Oct 2022 03:17:06 -0700 Subject: [PATCH] Update MSRV in .clippy.toml This reflects the changes in #291 Signed-off-by: Joe Richey --- .clippy.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clippy.toml b/.clippy.toml index 492e05c4..992016c2 100644 --- a/.clippy.toml +++ b/.clippy.toml @@ -1 +1 @@ -msrv = "1.34" +msrv = "1.36"