Cargo.toml: add minimum supported rust_version

This commit is contained in:
ice_iix 2021-12-24 09:37:01 -08:00
parent a90a6af7c2
commit 2cec81fd06
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ name = "stevenarella"
version = "0.0.1"
authors = [ "Thinkofdeath <thinkofdeath@spigotmc.org>", "iceiix <ice_ix@protonmail.ch>" ]
edition = "2021"
rust_version = "1.57"
resolver = "2"
description = "Multi-protocol multi-platform Minecraft-compatible client"
repository = "https://github.com/iceiix/stevenarella"