From 0588799d6e16c815c8f26e87313ce1195c309f6b Mon Sep 17 00:00:00 2001 From: toast Date: Sun, 10 Dec 2023 12:30:33 +1100 Subject: [PATCH] Add rust-version in Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 5cd97cd..2ca4e39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "kon" version = "0.1.0" +rust-version = "1.74" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html