diff --git a/Cargo.toml b/Cargo.toml index 64a72bc..b4525bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "stevenarella" version = "0.0.1" authors = [ "Thinkofdeath ", "iceiix " ] -edition = "2018" +edition = "2021" resolver = "2" description = "Multi-protocol multi-platform Minecraft-compatible client" repository = "https://github.com/iceiix/stevenarella" diff --git a/blocks/Cargo.toml b/blocks/Cargo.toml index c14dac8..f9f1b4b 100644 --- a/blocks/Cargo.toml +++ b/blocks/Cargo.toml @@ -2,7 +2,7 @@ name = "steven_blocks" version = "0.0.1" authors = [ "Thinkofdeath " ] -edition = "2018" +edition = "2021" [dependencies] lazy_static = "1.4.0" diff --git a/protocol/Cargo.toml b/protocol/Cargo.toml index 83f987c..4eb7e72 100644 --- a/protocol/Cargo.toml +++ b/protocol/Cargo.toml @@ -2,7 +2,7 @@ name = "steven_protocol" version = "0.0.1" authors = [ "Thinkofdeath ", "iceiix " ] -edition = "2018" +edition = "2021" [dependencies] serde = "1.0.129" diff --git a/resources/Cargo.toml b/resources/Cargo.toml index aea6370..2e5ad62 100644 --- a/resources/Cargo.toml +++ b/resources/Cargo.toml @@ -2,5 +2,5 @@ name = "steven_resources" version = "0.1.0" authors = [ "Thinkofdeath " ] -edition = "2018" +edition = "2021" build = "build.rs" diff --git a/shared/Cargo.toml b/shared/Cargo.toml index d79e8ae..2f766df 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -2,6 +2,6 @@ name = "steven_shared" version = "0.0.1" authors = [ "Thinkofdeath " ] -edition = "2018" +edition = "2021" [dependencies] diff --git a/std_or_web/Cargo.toml b/std_or_web/Cargo.toml index c672204..2f589e1 100644 --- a/std_or_web/Cargo.toml +++ b/std_or_web/Cargo.toml @@ -2,7 +2,7 @@ name = "std_or_web" version = "0.0.1" authors = [ "iceiix " ] -edition = "2018" +edition = "2021" [dependencies] cfg-if = "1.0.0"