diff options
| author | tpart <tpart120@proton.me> | 2025-04-06 19:49:03 +0200 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2025-04-06 19:49:07 +0200 |
| commit | 0102370fad20587023c7184e1e0c4796432b3f42 (patch) | |
| tree | 58e7f97866ad3256a6b4182b270a7bd8533ffc23 | |
| parent | 648a10dacddcdab27e05ec04c686a82c39a2dd12 (diff) | |
| download | hurrycurry-0102370fad20587023c7184e1e0c4796432b3f42.tar hurrycurry-0102370fad20587023c7184e1e0c4796432b3f42.tar.bz2 hurrycurry-0102370fad20587023c7184e1e0c4796432b3f42.tar.zst | |
Bump protocol version in rust crate
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | server/protocol/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1214,7 +1214,7 @@ dependencies = [ [[package]] name = "hurrycurry-protocol" -version = "8.0.0" +version = "9.0.0" dependencies = [ "bincode", "glam", diff --git a/server/protocol/Cargo.toml b/server/protocol/Cargo.toml index b6da120a..41328684 100644 --- a/server/protocol/Cargo.toml +++ b/server/protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurrycurry-protocol" -version = "8.0.0" +version = "9.0.0" edition = "2021" [dependencies] |