diff options
author | tpart <tpart120@proton.me> | 2024-11-22 20:09:42 +0100 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-11-22 20:09:42 +0100 |
commit | 95d14ada0c98fb8f2285fd0003000b5a517f9267 (patch) | |
tree | fd7e30ab1e2317f8c88b8bc312db42b45d8a95dc | |
parent | 1032bcaa5fb1648dc42f3e1d2f60f7ce0d69ed93 (diff) | |
download | hurrycurry-95d14ada0c98fb8f2285fd0003000b5a517f9267.tar hurrycurry-95d14ada0c98fb8f2285fd0003000b5a517f9267.tar.bz2 hurrycurry-95d14ada0c98fb8f2285fd0003000b5a517f9267.tar.zst |
Bump protocol version for server, discover, registryv2.2.0
-rw-r--r-- | Cargo.lock | 6 | ||||
-rw-r--r-- | server/Cargo.toml | 2 | ||||
-rw-r--r-- | server/discover/Cargo.toml | 2 | ||||
-rw-r--r-- | server/registry/Cargo.toml | 2 |
4 files changed, 6 insertions, 6 deletions
@@ -1178,7 +1178,7 @@ dependencies = [ [[package]] name = "hurrycurry-discover" -version = "2.1.1" +version = "2.2.0" dependencies = [ "anyhow", "env_logger", @@ -1203,7 +1203,7 @@ dependencies = [ [[package]] name = "hurrycurry-registry" -version = "2.1.1" +version = "2.2.0" dependencies = [ "anyhow", "env_logger", @@ -1240,7 +1240,7 @@ dependencies = [ [[package]] name = "hurrycurry-server" -version = "2.1.1" +version = "2.2.0" dependencies = [ "anyhow", "bincode", 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] |