Set MSRV in Cargo.toml

This commit is contained in:
Marcin Kulik
2024-04-20 11:29:00 +02:00
parent 1b6454bf4e
commit 2ca178a86f

View File

@@ -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]