From 562d26a14570afe34cef1ba048b173a8f7ed0b23 Mon Sep 17 00:00:00 2001 From: o2sh Date: Sun, 17 Mar 2024 11:58:54 +0100 Subject: [PATCH] bump rust version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5d6f54896..3d7be2565 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ exclude = ["docs/vercel/*"] keywords = ["git", "cli", "terminal"] name = "onefetch" homepage = "https://onefetch.dev" -rust-version = "1.70.0" +rust-version = "1.74.1" [workspace] members = ["ascii", "image", "manifest"]