diff --git a/gen_zenoh_deb.sh b/gen_zenoh_deb.sh index 7ca448e8c7..555228a4ee 100755 --- a/gen_zenoh_deb.sh +++ b/gen_zenoh_deb.sh @@ -21,7 +21,7 @@ if [ -z "$1" -o -z "$2" ]; then exit 1 fi -VERSION=`echo $1` +VERSION="$1-1" ARCH=$2 PACKAGE_NAME="zenoh_${VERSION}_${ARCH}" diff --git a/plugins/zenoh-plugin-rest/Cargo.toml b/plugins/zenoh-plugin-rest/Cargo.toml index 49c6370824..d22241f42f 100644 --- a/plugins/zenoh-plugin-rest/Cargo.toml +++ b/plugins/zenoh-plugin-rest/Cargo.toml @@ -69,4 +69,4 @@ maintainer = "zenoh-dev@eclipse.org" copyright = "2022 ZettaScale Technology" section = "net" license-file = ["../../LICENSE", "0"] -depends = "zenohd (=0.10.1-rc)" +depends = "zenohd (=0.10.1-rc-1)" diff --git a/plugins/zenoh-plugin-storage-manager/Cargo.toml b/plugins/zenoh-plugin-storage-manager/Cargo.toml index 5bdc8b74c4..eaf8d36590 100644 --- a/plugins/zenoh-plugin-storage-manager/Cargo.toml +++ b/plugins/zenoh-plugin-storage-manager/Cargo.toml @@ -47,7 +47,7 @@ log = { workspace = true } serde = { workspace = true, features = ["default"] } serde_json = { workspace = true } urlencoding = { workspace = true } -zenoh = { workspace = true, features = [ "unstable" ] } +zenoh = { workspace = true, features = ["unstable"] } zenoh-collections = { workspace = true } zenoh-core = { workspace = true } zenoh-keyexpr = { workspace = true } @@ -73,4 +73,4 @@ maintainer = "zenoh-dev@eclipse.org" copyright = "2022 ZettaScale Technology" section = "net" license-file = ["../../LICENSE", "0"] -depends = "zenohd (=0.10.1-rc)" +depends = "zenohd (=0.10.1-rc-1)"