diff options
author | metamuffin <metamuffin@disroot.org> | 2025-06-20 18:37:15 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-06-20 18:37:18 +0200 |
commit | 44ca1fe3780b76c73e03070fc20189607c414860 (patch) | |
tree | 217a2a5255419c32f3957a289fb37b2c6ccdb779 /server/Cargo.toml | |
parent | a509d4e23801504cd390da96ce84ab1b674a9e60 (diff) | |
download | hurrycurry-44ca1fe3780b76c73e03070fc20189607c414860.tar hurrycurry-44ca1fe3780b76c73e03070fc20189607c414860.tar.bz2 hurrycurry-44ca1fe3780b76c73e03070fc20189607c414860.tar.zst |
update rust crate versionsv2.3.3
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r-- | server/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml index a90496d0..2bd47507 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurrycurry-server" -version = "2.3.2" +version = "2.3.3" edition = "2021" default-run = "hurrycurry-server" |