diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-10-16 20:26:42 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-10-16 20:55:03 +0200 |
| commit | 8fa812c2f55be090c950cff19b17e83ff5518879 (patch) | |
| tree | 51481c716dc9d399fcfbb5a878098d7f5f00936a | |
| parent | ef010d6317dcbf9df84c909bab72c64a6eabacb2 (diff) | |
| download | hurrycurry-8fa812c2f55be090c950cff19b17e83ff5518879.tar hurrycurry-8fa812c2f55be090c950cff19b17e83ff5518879.tar.bz2 hurrycurry-8fa812c2f55be090c950cff19b17e83ff5518879.tar.zst | |
Implement multiple people working on active recipe properly (server)
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | server/protocol/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1081,7 +1081,7 @@ dependencies = [ [[package]] name = "hurrycurry-protocol" -version = "11.0.0" +version = "12.0.0" dependencies = [ "glam", "serde", diff --git a/server/protocol/Cargo.toml b/server/protocol/Cargo.toml index 84067758..f439f4fd 100644 --- a/server/protocol/Cargo.toml +++ b/server/protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurrycurry-protocol" -version = "11.0.0" +version = "12.0.0" edition = "2024" [dependencies] |