Skip to content

Commit

Permalink
fix(z-rpc): bump to version 0.6.1-alpha.2
Browse files Browse the repository at this point in the history
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 <julien.loudet@zettascale.tech>
  • Loading branch information
J-Loudet committed May 15, 2023
1 parent 081857a commit c8875d3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions zenoh-flow-daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions zenoh-flow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ zenoh = { version = "=0.7.0-rc", features = ["shared-memory"]}
zenoh-flow-derive = {version = "=0.5.0-dev", 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"
Expand Down
4 changes: 2 additions & 2 deletions zfctl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ uuid = { version = "1.1", features = ["serde", "v4"] }
zenoh = { version = "=0.7.0-rc" }
zenoh-flow = {version = "=0.5.0-dev", 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

Expand Down

0 comments on commit c8875d3

Please sign in to comment.