Skip to content

Commit

Permalink
chore: Bump /zenoh.*/ dependencies to 1.0.0-dev-276-g1877831a
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-zenoh-bot committed Oct 21, 2024
1 parent 2755012 commit 9f0a7cf
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 35 deletions.
62 changes: 31 additions & 31 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -190,37 +190,37 @@ x509-parser = "0.16.0"
z-serial = "0.2.3"
either = "1.13.0"
prost = "0.13.2"
zenoh-ext = { version = "1.0.0-dev", path = "zenoh-ext" }
zenoh-shm = { version = "1.0.0-dev", path = "commons/zenoh-shm" }
zenoh-result = { version = "1.0.0-dev", path = "commons/zenoh-result", default-features = false }
zenoh-config = { version = "1.0.0-dev", path = "commons/zenoh-config" }
zenoh-protocol = { version = "1.0.0-dev", path = "commons/zenoh-protocol", default-features = false }
zenoh-keyexpr = { version = "1.0.0-dev", path = "commons/zenoh-keyexpr", default-features = false }
zenoh-core = { version = "1.0.0-dev", path = "commons/zenoh-core" }
zenoh-buffers = { version = "1.0.0-dev", path = "commons/zenoh-buffers", default-features = false }
zenoh-util = { version = "1.0.0-dev", path = "commons/zenoh-util" }
zenoh-crypto = { version = "1.0.0-dev", path = "commons/zenoh-crypto" }
zenoh-codec = { version = "1.0.0-dev", path = "commons/zenoh-codec" }
zenoh-sync = { version = "1.0.0-dev", path = "commons/zenoh-sync" }
zenoh-collections = { version = "1.0.0-dev", path = "commons/zenoh-collections", default-features = false }
zenoh-macros = { version = "1.0.0-dev", path = "commons/zenoh-macros" }
zenoh-plugin-trait = { version = "1.0.0-dev", path = "plugins/zenoh-plugin-trait", default-features = false }
zenoh_backend_traits = { version = "1.0.0-dev", path = "plugins/zenoh-backend-traits" }
zenoh-transport = { version = "1.0.0-dev", path = "io/zenoh-transport", default-features = false }
zenoh-link-tls = { version = "1.0.0-dev", path = "io/zenoh-links/zenoh-link-tls" }
zenoh-link-tcp = { version = "1.0.0-dev", path = "io/zenoh-links/zenoh-link-tcp" }
zenoh-link-unixsock_stream = { version = "1.0.0-dev", path = "io/zenoh-links/zenoh-link-unixsock_stream" }
zenoh-link-quic = { version = "1.0.0-dev", path = "io/zenoh-links/zenoh-link-quic" }
zenoh-link-udp = { version = "1.0.0-dev", path = "io/zenoh-links/zenoh-link-udp" }
zenoh-link-ws = { version = "1.0.0-dev", path = "io/zenoh-links/zenoh-link-ws" }
zenoh-link-unixpipe = { version = "1.0.0-dev", path = "io/zenoh-links/zenoh-link-unixpipe" }
zenoh-link-serial = { version = "1.0.0-dev", path = "io/zenoh-links/zenoh-link-serial" }
zenoh-link-vsock = { version = "1.0.0-dev", path = "io/zenoh-links/zenoh-link-vsock" }
zenoh-link = { version = "1.0.0-dev", path = "io/zenoh-link" }
zenoh-link-commons = { version = "1.0.0-dev", path = "io/zenoh-link-commons" }
zenoh = { version = "1.0.0-dev", path = "zenoh", default-features = false }
zenoh-runtime = { version = "1.0.0-dev", path = "commons/zenoh-runtime" }
zenoh-task = { version = "1.0.0-dev", path = "commons/zenoh-task" }
zenoh-ext = { version = "1.0.0-dev-276-g1877831a", path = "zenoh-ext" }
zenoh-shm = { version = "1.0.0-dev-276-g1877831a", path = "commons/zenoh-shm" }
zenoh-result = { version = "1.0.0-dev-276-g1877831a", path = "commons/zenoh-result", default-features = false }
zenoh-config = { version = "1.0.0-dev-276-g1877831a", path = "commons/zenoh-config" }
zenoh-protocol = { version = "1.0.0-dev-276-g1877831a", path = "commons/zenoh-protocol", default-features = false }
zenoh-keyexpr = { version = "1.0.0-dev-276-g1877831a", path = "commons/zenoh-keyexpr", default-features = false }
zenoh-core = { version = "1.0.0-dev-276-g1877831a", path = "commons/zenoh-core" }
zenoh-buffers = { version = "1.0.0-dev-276-g1877831a", path = "commons/zenoh-buffers", default-features = false }
zenoh-util = { version = "1.0.0-dev-276-g1877831a", path = "commons/zenoh-util" }
zenoh-crypto = { version = "1.0.0-dev-276-g1877831a", path = "commons/zenoh-crypto" }
zenoh-codec = { version = "1.0.0-dev-276-g1877831a", path = "commons/zenoh-codec" }
zenoh-sync = { version = "1.0.0-dev-276-g1877831a", path = "commons/zenoh-sync" }
zenoh-collections = { version = "1.0.0-dev-276-g1877831a", path = "commons/zenoh-collections", default-features = false }
zenoh-macros = { version = "1.0.0-dev-276-g1877831a", path = "commons/zenoh-macros" }
zenoh-plugin-trait = { version = "1.0.0-dev-276-g1877831a", path = "plugins/zenoh-plugin-trait", default-features = false }
zenoh_backend_traits = { version = "1.0.0-dev-276-g1877831a", path = "plugins/zenoh-backend-traits" }
zenoh-transport = { version = "1.0.0-dev-276-g1877831a", path = "io/zenoh-transport", default-features = false }
zenoh-link-tls = { version = "1.0.0-dev-276-g1877831a", path = "io/zenoh-links/zenoh-link-tls" }
zenoh-link-tcp = { version = "1.0.0-dev-276-g1877831a", path = "io/zenoh-links/zenoh-link-tcp" }
zenoh-link-unixsock_stream = { version = "1.0.0-dev-276-g1877831a", path = "io/zenoh-links/zenoh-link-unixsock_stream" }
zenoh-link-quic = { version = "1.0.0-dev-276-g1877831a", path = "io/zenoh-links/zenoh-link-quic" }
zenoh-link-udp = { version = "1.0.0-dev-276-g1877831a", path = "io/zenoh-links/zenoh-link-udp" }
zenoh-link-ws = { version = "1.0.0-dev-276-g1877831a", path = "io/zenoh-links/zenoh-link-ws" }
zenoh-link-unixpipe = { version = "1.0.0-dev-276-g1877831a", path = "io/zenoh-links/zenoh-link-unixpipe" }
zenoh-link-serial = { version = "1.0.0-dev-276-g1877831a", path = "io/zenoh-links/zenoh-link-serial" }
zenoh-link-vsock = { version = "1.0.0-dev-276-g1877831a", path = "io/zenoh-links/zenoh-link-vsock" }
zenoh-link = { version = "1.0.0-dev-276-g1877831a", path = "io/zenoh-link" }
zenoh-link-commons = { version = "1.0.0-dev-276-g1877831a", path = "io/zenoh-link-commons" }
zenoh = { version = "1.0.0-dev-276-g1877831a", path = "zenoh", default-features = false }
zenoh-runtime = { version = "1.0.0-dev-276-g1877831a", path = "commons/zenoh-runtime" }
zenoh-task = { version = "1.0.0-dev-276-g1877831a", path = "commons/zenoh-task" }

[profile.dev]
debug = true
Expand Down
4 changes: 2 additions & 2 deletions plugins/zenoh-plugin-rest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ maintainer = "zenoh-dev@eclipse.org"
copyright = "2024 ZettaScale Technology"
section = "net"
license-file = ["../../LICENSE", "0"]
depends = "zenohd (=1.0.0~dev-1)"
depends = "zenohd (=1.0.0~dev-276-g1877831a-1)"

[package.metadata.cargo-machete]
ignored = ["async-std"]
ignored = ["async-std"]
2 changes: 1 addition & 1 deletion plugins/zenoh-plugin-storage-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ maintainer = "zenoh-dev@eclipse.org"
copyright = "2024 ZettaScale Technology"
section = "net"
license-file = ["../../LICENSE", "0"]
depends = "zenohd (=1.0.0~dev-1)"
depends = "zenohd (=1.0.0~dev-276-g1877831a-1)"

[package.metadata.cargo-machete]
ignored = ["git-version"]
2 changes: 1 addition & 1 deletion zenoh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ maintainer = "zenoh-dev@eclipse.org"
copyright = "2024 ZettaScale Technology"
section = "net"
license-file = ["../LICENSE", "0"]
depends = "zenohd (=1.0.0~dev-1), zenoh-plugin-rest (=1.0.0~dev-1), zenoh-plugin-storage-manager (=1.0.0~dev-1)"
depends = "zenohd (=1.0.0~dev-276-g1877831a-1), zenoh-plugin-rest (=1.0.0~dev-276-g1877831a-1), zenoh-plugin-storage-manager (=1.0.0~dev-276-g1877831a-1)"
maintainer-scripts = ".deb"
assets = [["../README.md", "README.md", "644"]]

Expand Down

0 comments on commit 9f0a7cf

Please sign in to comment.