diff --git a/Cargo.toml b/Cargo.toml index 35bf18d6..72571119 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,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 = { version = "0.2.0", git = "https://github.com/kydos/cyclors", branch = "master" } derivative = "2.2.0" env_logger = "0.10.0" flume = "0.11.0"