From 51520136ad2010528f6461fd00fbbfaa4595e40e Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Wed, 7 Dec 2022 10:05:48 +0100 Subject: [PATCH] Added rust-version to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index ae5d8543..32eb31b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +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.48.0" [features] default = ["unicode-width", "ansi-parsing"]