From 95a8b165a6639b59ccb7add9ad2ca56084a7e8f6 Mon Sep 17 00:00:00 2001 From: David Peter Date: Sat, 22 Jun 2024 21:07:33 +0200 Subject: [PATCH] Update MSRV --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3d9638c..71df475 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/sharkdp/vivid" version = "0.9.0" exclude = ["demo/*"] edition = "2018" -rust-version = "1.64" +rust-version = "1.74" [dependencies] yaml-rust = "0.4"