diff options
author | metamuffin <metamuffin@disroot.org> | 2024-12-25 20:01:04 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-12-25 20:01:43 +0100 |
commit | 86d9b8be09d30216666758e7e1b4ae7f0d69a1eb (patch) | |
tree | b34a0a5669707992f1334f88a1959d5b1e120415 /server/protocol | |
parent | 502b284be74445d3cecace4dff82f37aee32c3e5 (diff) | |
download | hurrycurry-86d9b8be09d30216666758e7e1b4ae7f0d69a1eb.tar hurrycurry-86d9b8be09d30216666758e7e1b4ae7f0d69a1eb.tar.bz2 hurrycurry-86d9b8be09d30216666758e7e1b4ae7f0d69a1eb.tar.zst |
bump proto version
Diffstat (limited to 'server/protocol')
-rw-r--r-- | server/protocol/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/protocol/Cargo.toml b/server/protocol/Cargo.toml index 44533f9d..b6da120a 100644 --- a/server/protocol/Cargo.toml +++ b/server/protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurrycurry-protocol" -version = "7.5.0" +version = "8.0.0" edition = "2021" [dependencies] |