From 6f01038519ad5166131e50eff3d67238f393b0ee Mon Sep 17 00:00:00 2001 From: o2sh Date: Wed, 1 Jan 2025 16:53:50 +0100 Subject: [PATCH] bump msrv --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f8fc3672a..025a12f5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ exclude = ["docs/vercel/*"] keywords = ["git", "cli", "terminal"] name = "onefetch" homepage = "https://onefetch.dev" -rust-version = "1.74.1" +rust-version = "1.81.0" [dependencies] anyhow.workspace = true