diff --git a/rust/Cargo.lock b/rust/Cargo.lock index c2ff182..8eda91f 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1729,7 +1729,7 @@ dependencies = [ [[package]] name = "sea_battle_backend" -version = "0.2.0" +version = "0.2.1" dependencies = [ "actix", "actix-cors", @@ -1753,7 +1753,7 @@ dependencies = [ [[package]] name = "sea_battle_cli_player" -version = "0.2.0" +version = "0.2.1" dependencies = [ "clap", "crossterm 0.27.0", diff --git a/rust/sea_battle_backend/Cargo.toml b/rust/sea_battle_backend/Cargo.toml index 33a8cdb..36613f1 100644 --- a/rust/sea_battle_backend/Cargo.toml +++ b/rust/sea_battle_backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sea_battle_backend" -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "GPL-2.0-or-later" description = "A Sea Battle game backend server" diff --git a/rust/sea_battle_cli_player/Cargo.toml b/rust/sea_battle_cli_player/Cargo.toml index cb4dc62..02b67ce 100644 --- a/rust/sea_battle_cli_player/Cargo.toml +++ b/rust/sea_battle_cli_player/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sea_battle_cli_player" -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "GPL-2.0-or-later" description = "A Sea Battle game shell client" @@ -31,4 +31,4 @@ serde_json = "1.0.110" hostname = "0.3.1" rustls = "0.22.0" reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false } -rustls-native-certs = {version = "0.7.0"} \ No newline at end of file +rustls-native-certs = {version = "0.7.0"}