diff options
author | metamuffin <metamuffin@disroot.org> | 2025-06-18 21:15:53 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-06-18 21:15:53 +0200 |
commit | dc86da97ca960ce2ecebb3fde3c4122a56529bb8 (patch) | |
tree | 8dc6ada685a0455e06bdd131343ff272b515cbd9 /server | |
parent | 3fdac92099d39cdbf68f29c05d101f27567bc326 (diff) | |
download | hurrycurry-dc86da97ca960ce2ecebb3fde3c4122a56529bb8.tar hurrycurry-dc86da97ca960ce2ecebb3fde3c4122a56529bb8.tar.bz2 hurrycurry-dc86da97ca960ce2ecebb3fde3c4122a56529bb8.tar.zst |
update game versions
Diffstat (limited to 'server')
-rw-r--r-- | server/Cargo.toml | 2 | ||||
-rw-r--r-- | server/bot/Cargo.toml | 2 | ||||
-rw-r--r-- | server/client-lib/Cargo.toml | 2 | ||||
-rw-r--r-- | server/discover/Cargo.toml | 2 | ||||
-rw-r--r-- | server/registry/Cargo.toml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml index 56873616..f23c2c7c 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurrycurry-server" -version = "2.3.1" +version = "2.3.2" edition = "2021" default-run = "hurrycurry-server" diff --git a/server/bot/Cargo.toml b/server/bot/Cargo.toml index 7faa6b0f..ddc93507 100644 --- a/server/bot/Cargo.toml +++ b/server/bot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurrycurry-bot" -version = "2.3.1" +version = "2.3.2" edition = "2021" [dependencies] diff --git a/server/client-lib/Cargo.toml b/server/client-lib/Cargo.toml index 5c229e2b..6f053ebe 100644 --- a/server/client-lib/Cargo.toml +++ b/server/client-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurrycurry-client-lib" -version = "2.3.1" +version = "2.3.2" edition = "2021" [dependencies] diff --git a/server/discover/Cargo.toml b/server/discover/Cargo.toml index 3b622f09..29fa40a8 100644 --- a/server/discover/Cargo.toml +++ b/server/discover/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurrycurry-discover" -version = "2.3.1" +version = "2.3.2" edition = "2021" [dependencies] diff --git a/server/registry/Cargo.toml b/server/registry/Cargo.toml index 3b1c7137..30e56088 100644 --- a/server/registry/Cargo.toml +++ b/server/registry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurrycurry-registry" -version = "2.3.1" +version = "2.3.2" edition = "2021" [dependencies] |