From 3fe8ba7f1b9fa7e38fa03f55fd898c8ca2a0e996 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 10 Oct 2025 18:06:37 +0200 Subject: Update to newest rust; replace rand with std random --- server/protocol/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/protocol') diff --git a/server/protocol/Cargo.toml b/server/protocol/Cargo.toml index 8d0f6b51..84067758 100644 --- a/server/protocol/Cargo.toml +++ b/server/protocol/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hurrycurry-protocol" version = "11.0.0" -edition = "2021" +edition = "2024" [dependencies] serde = { version = "1.0.225", features = ["derive"] } -- cgit v1.3