diff --git a/Cargo.lock b/Cargo.lock index ce58f07..6f3169a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -565,7 +565,7 @@ checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088" [[package]] name = "rustyhack_client" -version = "0.2.0" +version = "0.2.1" dependencies = [ "bincode", "chrono", @@ -582,7 +582,7 @@ dependencies = [ [[package]] name = "rustyhack_lib" -version = "0.2.0" +version = "0.2.1" dependencies = [ "console_engine", "crossterm", @@ -596,7 +596,7 @@ dependencies = [ [[package]] name = "rustyhack_server" -version = "0.2.0" +version = "0.2.1" dependencies = [ "bincode", "console_engine", diff --git a/rustyhack_client/Cargo.toml b/rustyhack_client/Cargo.toml index 0028035..d23b147 100644 --- a/rustyhack_client/Cargo.toml +++ b/rustyhack_client/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "rustyhack_client" -version = "0.2.0" +version = "0.2.1" authors = ["pbellchambers "] -edition = "2018" +edition = "2021" repository = "https://github.com/pbellchambers/rustyhack-mmo" license = "AGPL-3.0" diff --git a/rustyhack_lib/Cargo.toml b/rustyhack_lib/Cargo.toml index 7fcef15..f5edcd9 100644 --- a/rustyhack_lib/Cargo.toml +++ b/rustyhack_lib/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "rustyhack_lib" -version = "0.2.0" +version = "0.2.1" authors = ["pbellchambers "] -edition = "2018" +edition = "2021" repository = "https://github.com/pbellchambers/rustyhack-mmo" license = "AGPL-3.0" diff --git a/rustyhack_server/Cargo.toml b/rustyhack_server/Cargo.toml index 13af061..485cf79 100644 --- a/rustyhack_server/Cargo.toml +++ b/rustyhack_server/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "rustyhack_server" -version = "0.2.0" +version = "0.2.1" authors = ["pbellchambers "] -edition = "2018" +edition = "2021" repository = "https://github.com/pbellchambers/rustyhack-mmo" license = "AGPL-3.0"