diff options
Diffstat (limited to 'server/bot/Cargo.toml')
| -rw-r--r-- | server/bot/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/bot/Cargo.toml b/server/bot/Cargo.toml index 17534947..94170510 100644 --- a/server/bot/Cargo.toml +++ b/server/bot/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hurrycurry-bot" version = "2.3.5" -edition = "2021" +edition = "2024" [dependencies] hurrycurry-client-lib = { path = "../client-lib", features = ["tokio-network"] } @@ -11,4 +11,3 @@ anyhow = "1.0.99" env_logger = "0.11.8" rustls = { version = "0.23.31", features = ["ring"] } clap = { version = "4.5.47", features = ["derive"] } -rand = "0.9.2" |