lower rust edition

This commit is contained in:
mat 2021-12-06 16:05:46 +00:00
parent 5029a09963
commit c4e7873a50
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "bot"
version = "0.1.0"
edition = "2021"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -1,7 +1,7 @@
[package]
name = "minecraft-client"
version = "0.1.0"
edition = "2021"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -1,5 +1,5 @@
[package]
edition = "2021"
edition = "2018"
name = "minecraft-protocol"
version = "0.1.0"