Browse Source

feat: revert zenoh version in pub-sub crate

pull/1036/head
mivik 6 months ago
parent
commit
d7da43b28b
No known key found for this signature in database GPG Key ID: E8BDA67F6781E57D
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libraries/communication-layer/pub-sub/Cargo.toml

+ 1
- 1
libraries/communication-layer/pub-sub/Cargo.toml View File

@@ -13,7 +13,7 @@ default = ["zenoh"]
zenoh = ["dep:zenoh"]

[dependencies]
zenoh = { workspace = true, optional = true, features = ["transport_tcp"] }
zenoh = { version = "0.7.0-rc", optional = true, features = ["transport_tcp"] }
flume = "0.10"

[package.metadata.docs.rs]


Loading…
Cancel
Save