From 8420c2f8dbd2791b524ceca2e19fb68e5b918bfa Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Sun, 16 Jun 2024 02:27:09 +0200 Subject: [PATCH] fix: clippy warning --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 5a3fee0..722079e 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustypipe-cli" version = "0.1.0" -rust-version = "1.67.1" +rust-version = "1.70.0" edition.workspace = true authors.workspace = true license.workspace = true