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 38db0bdd..dcf5c1d1 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurrycurry-server" -version = "2.1.0" +version = "2.1.1" edition = "2021" default-run = "hurrycurry-server" diff --git a/server/discover/Cargo.toml b/server/discover/Cargo.toml index fabc71fd..9be8cce9 100644 --- a/server/discover/Cargo.toml +++ b/server/discover/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurrycurry-discover" -version = "2.1.0" +version = "2.1.1" edition = "2021" [dependencies] diff --git a/server/registry/Cargo.toml b/server/registry/Cargo.toml index 7adaaa28..8da4aea4 100644 --- a/server/registry/Cargo.toml +++ b/server/registry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurrycurry-registry" -version = "2.1.0" +version = "2.1.1" edition = "2021" [dependencies] |