diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-10-14 20:50:10 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-10-14 20:50:10 +0200 |
| commit | 4f54e90c3ad54f299d288a692228643ea07f025d (patch) | |
| tree | ab7a311b8b04ecf1333736b12969e7c34dc00ae3 /server/registry | |
| parent | a352c821846e7d0ef2750a36981ab3c2ff95d052 (diff) | |
| download | hurrycurry-4f54e90c3ad54f299d288a692228643ea07f025d.tar hurrycurry-4f54e90c3ad54f299d288a692228643ea07f025d.tar.bz2 hurrycurry-4f54e90c3ad54f299d288a692228643ea07f025d.tar.zst | |
Update protocol versions for 3.0
Diffstat (limited to 'server/registry')
| -rw-r--r-- | server/registry/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/registry/Cargo.toml b/server/registry/Cargo.toml index ba65f7ca..8c5ad971 100644 --- a/server/registry/Cargo.toml +++ b/server/registry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurrycurry-registry" -version = "2.3.5" +version = "3.0.0" edition = "2024" [dependencies] |