From ce005a04eaaee8ee9718395d21f1f59fc4266b99 Mon Sep 17 00:00:00 2001 From: gabrik Date: Wed, 3 May 2023 11:28:34 +0200 Subject: [PATCH] fix in cargo.toml Signed-off-by: gabrik --- cargo-zenoh-flow/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cargo-zenoh-flow/Cargo.toml b/cargo-zenoh-flow/Cargo.toml index 810575a1..c8516269 100644 --- a/cargo-zenoh-flow/Cargo.toml +++ b/cargo-zenoh-flow/Cargo.toml @@ -31,7 +31,7 @@ repository.workspace = true async-std = { version = "=1.12.0", features = ["attributes"] } zenoh = { version = "=0.7.0-rc", optional = true} zenoh-util = { version = "=0.7.0-rc", optional = true } -zenoh-flow = {path = "../zenoh-flow"} +zenoh-flow = {version = "0.4.0-alpha.3", path = "../zenoh-flow"} clap = { version = "4.0", features = ["derive"] } serde_derive = "1.0" serde = { version = "1.0", features = ["derive"] }