From 314706733f59072c6100cba08f362e99256b6865 Mon Sep 17 00:00:00 2001 From: folkengine Date: Sun, 5 Jan 2025 19:09:20 -0800 Subject: [PATCH] fixed clippy issue --- clippy.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clippy.toml b/clippy.toml index e8ff6c5..cbf03cc 100644 --- a/clippy.toml +++ b/clippy.toml @@ -1,4 +1,4 @@ -msrv = "1.70" +msrv = "1.74" cognitive-complexity-threshold = 30