From 7f60e6e6aae4c7c1029eb626e8b99196e2d3f46a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mustafa=20=C3=96NCEL?= Date: Thu, 5 Dec 2024 19:21:09 +0300 Subject: [PATCH] bump rust version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7652d58..8ea9122 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ categories = ["command-line-utilities"] edition = "2024" #TODO bump with every Rust version -rust-version = "1.83.0" +rust-version = "1.85.0" exclude = ["/.github/*"] [dependencies]