From e1b3b4665635b37c9b54a916655404770c1b9d49 Mon Sep 17 00:00:00 2001 From: Julien Loudet Date: Mon, 15 May 2023 15:06:38 +0200 Subject: [PATCH] fix(z-rpc): bump to version 0.6.1-alpha.2 Without explicitly requiring the feature `visit-mut`, zenoh-rpc does not build. This was fixed in the latest version of zenoh-rpc. Signed-off-by: Julien Loudet --- zenoh-flow-daemon/Cargo.toml | 4 ++-- zenoh-flow/Cargo.toml | 4 ++-- zfctl/Cargo.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/zenoh-flow-daemon/Cargo.toml b/zenoh-flow-daemon/Cargo.toml index f5c8a77b..4acba8e1 100644 --- a/zenoh-flow-daemon/Cargo.toml +++ b/zenoh-flow-daemon/Cargo.toml @@ -40,8 +40,8 @@ uuid = { version = "1.1", features = ["serde", "v4"] } uhlc = "0.5.1" zenoh = { version = "=0.7.0-rc" } zenoh-util = { version = "=0.7.0-rc" } -zrpc = { version= "=0.6.1-alpha.1" } -zrpc-macros = { version= "=0.6.1-alpha.1" } +zrpc = { version= "=0.6.1-alpha.2" } +zrpc-macros = { version= "=0.6.1-alpha.2" } clap = { version = "4.0", features = ["derive"] } hostname = "0.3.1" machine-uid = "0.2.0" diff --git a/zenoh-flow/Cargo.toml b/zenoh-flow/Cargo.toml index 5cd14447..bd79f9b3 100644 --- a/zenoh-flow/Cargo.toml +++ b/zenoh-flow/Cargo.toml @@ -62,8 +62,8 @@ zenoh = { version = "=0.7.0-rc" } zenoh-flow-derive = {version = "=0.4.0-alpha.3", path = "../zenoh-flow-derive"} zenoh-sync = { version = "=0.7.0-rc" } zenoh-util = { version = "=0.7.0-rc" } -zrpc = { version= "=0.6.1-alpha.1" } -zrpc-macros = { version= "=0.6.1-alpha.1" } +zrpc = { version= "=0.6.1-alpha.2" } +zrpc-macros = { version= "=0.6.1-alpha.2" } [dev-dependencies] tempdir = "0.3.7" diff --git a/zfctl/Cargo.toml b/zfctl/Cargo.toml index e9bc649e..ce53e7b7 100644 --- a/zfctl/Cargo.toml +++ b/zfctl/Cargo.toml @@ -47,8 +47,8 @@ uuid = { version = "1.1", features = ["serde", "v4"] } zenoh = { version = "=0.7.0-rc" } zenoh-flow = {version = "=0.4.0-alpha.3", path = "../zenoh-flow"} zenoh-util = { version = "=0.7.0-rc" } -zrpc = { version= "=0.6.1-alpha.1" } -zrpc-macros = { version= "=0.6.1-alpha.1" } +zrpc = { version= "=0.6.1-alpha.2" } +zrpc-macros = { version= "=0.6.1-alpha.2" } # Debian package configuration