From 2cec81fd064f92149db4b1d6e7871c898cd205bf Mon Sep 17 00:00:00 2001 From: ice_iix Date: Fri, 24 Dec 2021 09:37:01 -0800 Subject: [PATCH] Cargo.toml: add minimum supported rust_version --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b4525bb..28c0711 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "stevenarella" version = "0.0.1" authors = [ "Thinkofdeath ", "iceiix " ] edition = "2021" +rust_version = "1.57" resolver = "2" description = "Multi-protocol multi-platform Minecraft-compatible client" repository = "https://github.com/iceiix/stevenarella"