Skip to content

Commit

Permalink
fix in cargo.toml
Browse files Browse the repository at this point in the history
Signed-off-by: gabrik <[email protected]>
  • Loading branch information
gabrik committed May 3, 2023
1 parent 8b768ad commit ce005a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo-zenoh-flow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit ce005a0

Please sign in to comment.