From 2ca178a86fe7ca248621cca351d08774b17816e0 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Sat, 20 Apr 2024 11:29:00 +0200 Subject: [PATCH] Set MSRV in Cargo.toml --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 7f405f6..2498374 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,9 @@ repository = "https://github.com/asciinema/asciinema" description = "Terminal session recorder" license = "GPL-3.0" +# MSRV +rust-version = "1.70.0" + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]