Update to Rust 2021

This commit is contained in:
ice_iix 2021-12-24 09:32:56 -08:00
parent c3edf715ef
commit a90a6af7c2
6 changed files with 6 additions and 6 deletions

View File

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

View File

@ -2,7 +2,7 @@
name = "steven_blocks"
version = "0.0.1"
authors = [ "Thinkofdeath <thinkofdeath@spigotmc.org>" ]
edition = "2018"
edition = "2021"
[dependencies]
lazy_static = "1.4.0"

View File

@ -2,7 +2,7 @@
name = "steven_protocol"
version = "0.0.1"
authors = [ "Thinkofdeath <thinkofdeath@spigotmc.org>", "iceiix <ice_ix@protonmail.ch>" ]
edition = "2018"
edition = "2021"
[dependencies]
serde = "1.0.129"

View File

@ -2,5 +2,5 @@
name = "steven_resources"
version = "0.1.0"
authors = [ "Thinkofdeath <thinkofdeath@spigotmc.org>" ]
edition = "2018"
edition = "2021"
build = "build.rs"

View File

@ -2,6 +2,6 @@
name = "steven_shared"
version = "0.0.1"
authors = [ "Thinkofdeath <thinkofdeath@spigotmc.org>" ]
edition = "2018"
edition = "2021"
[dependencies]

View File

@ -2,7 +2,7 @@
name = "std_or_web"
version = "0.0.1"
authors = [ "iceiix <ice_ix@protonmail.ch>" ]
edition = "2018"
edition = "2021"
[dependencies]
cfg-if = "1.0.0"