Skip to content

Commit

Permalink
Specify version of cyclors dep
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Dec 21, 2023
1 parent 80777d2 commit cf2756c
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"Esteve Fernandez <[email protected]>",
"Julien Enoch <[email protected]>",
"Pierre Avital <[email protected]>",
]
authors = ["kydos <[email protected]>", "Esteve Fernandez <[email protected]>", "Julien Enoch <[email protected]>", "Pierre Avital <[email protected]>"]
edition = "2021"
repository = "https://github.com/eclipse-zenoh/zenoh-plugin-dds"
homepage = "http://zenoh.io"
Expand All @@ -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"
Expand Down

0 comments on commit cf2756c

Please sign in to comment.