Skip to content

Commit

Permalink
release: 0.4.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Loudet committed May 15, 2023
1 parent e1b3b46 commit 33cdfb4
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 40 deletions.
46 changes: 13 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ members = [


[workspace.package]
version = "0.4.0-alpha.3"
version = "0.4.0-alpha.4"
authors = ["ZettaScale Zenoh Team <[email protected]>"]
categories = ["network-programming"]
description = "Zenoh-Flow: a Zenoh-based data flow programming framework for computations that span from the cloud to the device."
Expand Down
2 changes: 1 addition & 1 deletion zenoh-flow-daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
zenoh-flow = {version = "=0.4.0-alpha.3", path = "../zenoh-flow"}
zenoh-flow = {version = "0.4.0-alpha.4", path = "../zenoh-flow"}
async-trait = "0.1.50"
env_logger = "0.10.0"
serde_derive = "1.0"
Expand Down
4 changes: 4 additions & 0 deletions zenoh-flow-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ env_logger = "0.9"

[lib]
proc-macro = true


[package.metadata.workspaces]
independent = true
6 changes: 3 additions & 3 deletions zenoh-flow-plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ zenoh-collections = { version = "=0.7.0-rc" }
zenoh-core = { version = "=0.7.0-rc" }
zenoh-ext = { version = "=0.7.0-rc", features = ["unstable"] }
zenoh-plugin-trait = { version = "=0.7.0-rc", default-features = false }
zenoh-flow-daemon = {version = "=0.4.0-alpha.3", path = "../zenoh-flow-daemon"}
zenoh-flow = {version = "=0.4.0-alpha.3", path = "../zenoh-flow"}
zenoh-flow-daemon = {version = "0.4.0-alpha.4", path = "../zenoh-flow-daemon"}
zenoh-flow = {version = "0.4.0-alpha.4", path = "../zenoh-flow"}

[build-dependencies]
rustc_version = "0.4"
Expand All @@ -70,4 +70,4 @@ assets = [
["../zenoh-flow-daemon/etc/extensions.d/placeholder", "/etc/zenoh-flow/extensions.d/placeholder", "644"],
["etc/zenoh-zf-plugin.json", "/etc/zenoh-flow/zenoh-zf-plugin.json", "644"],
["../zenoh-flow-daemon/var/*", "/var/zenoh-flow", "644"],
]
]
2 changes: 1 addition & 1 deletion zenoh-flow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ uhlc = "0.5.1"
url = "2.2"
uuid = { version = "1.1", features = ["serde", "v4"] }
zenoh = { version = "=0.7.0-rc" }
zenoh-flow-derive = {version = "=0.4.0-alpha.3", path = "../zenoh-flow-derive"}
zenoh-flow-derive = {version = "0.4.0-alpha.4", path = "../zenoh-flow-derive"}
zenoh-sync = { version = "=0.7.0-rc" }
zenoh-util = { version = "=0.7.0-rc" }
zrpc = { version= "=0.6.1-alpha.2" }
Expand Down
2 changes: 1 addition & 1 deletion zfctl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ serde_json = "1.0.55"
serde_yaml = "0.9"
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-flow = {version = "0.4.0-alpha.4", path = "../zenoh-flow"}
zenoh-util = { version = "=0.7.0-rc" }
zrpc = { version= "=0.6.1-alpha.2" }
zrpc-macros = { version= "=0.6.1-alpha.2" }
Expand Down

0 comments on commit 33cdfb4

Please sign in to comment.