From da0ac7e8a5160ea6b321521875ef11627160f790 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 13 Dec 2024 10:49:59 +0100 Subject: [PATCH] Bump MSRV to 1.61 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1b3782f3..780000b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ homepage = "https://github.com/console-rs/console" repository = "https://github.com/console-rs/console" documentation = "https://docs.rs/console" readme = "README.md" -rust-version = "1.56.0" +rust-version = "1.61" [features] default = ["unicode-width", "ansi-parsing"]