diff --git a/Cargo.toml b/Cargo.toml index 35bf18d6..85f785eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,19 +13,11 @@ # [workspace] resolver = "2" -members = [ - "zenoh-bridge-dds", - "zenoh-plugin-dds", -] +members = ["zenoh-bridge-dds", "zenoh-plugin-dds"] [workspace.package] version = "0.10.1-rc" -authors = [ - "kydos ", - "Esteve Fernandez ", - "Julien Enoch ", - "Pierre Avital ", -] +authors = ["kydos ", "Esteve Fernandez ", "Julien Enoch ", "Pierre Avital "] edition = "2021" repository = "https://github.com/eclipse-zenoh/zenoh-plugin-dds" homepage = "http://zenoh.io" @@ -38,7 +30,7 @@ async-trait = "0.1.66" bincode = "1.3.3" cdr = "0.2.4" clap = "3.2.23" -cyclors = { git = "https://github.com/kydos/cyclors", branch = "master" } +cyclors = { versions = "0.2.0", git = "https://github.com/kydos/cyclors", branch = "master" } derivative = "2.2.0" env_logger = "0.10.0" flume = "0.11.0"