From 5aaabd2d1d61c22766897e8326bcd68b70f96073 Mon Sep 17 00:00:00 2001 From: radlinskii Date: Wed, 18 Oct 2023 17:09:26 +0200 Subject: [PATCH] add minimal rust version to cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index e9c4f50..f946047 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "donkeytype" version = "0.1.0" edition = "2021" +rust-version = "1.70" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html