From c67f49ea53e59fdff35cb8e783854b6cac4b4d54 Mon Sep 17 00:00:00 2001 From: Mahmoud Mazouz Date: Thu, 21 Dec 2023 17:15:01 +0100 Subject: [PATCH] Specify version of cyclors dep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"