diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/Cargo.toml | 2 | ||||
-rw-r--r-- | server/discover/Cargo.toml | 2 | ||||
-rw-r--r-- | server/registry/Cargo.toml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml index dcf5c1d1..326a08b6 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurrycurry-server" -version = "2.1.1" +version = "2.2.0" edition = "2021" default-run = "hurrycurry-server" diff --git a/server/discover/Cargo.toml b/server/discover/Cargo.toml index 9be8cce9..2f121dc9 100644 --- a/server/discover/Cargo.toml +++ b/server/discover/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurrycurry-discover" -version = "2.1.1" +version = "2.2.0" edition = "2021" [dependencies] diff --git a/server/registry/Cargo.toml b/server/registry/Cargo.toml index 8da4aea4..7876044d 100644 --- a/server/registry/Cargo.toml +++ b/server/registry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurrycurry-registry" -version = "2.1.1" +version = "2.2.0" edition = "2021" [dependencies] |