diff --git a/Cargo.lock b/Cargo.lock index 7b46ed2..e4f5c74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -943,9 +943,8 @@ dependencies = [ [[package]] name = "cyclors" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d259030bc2f5435e322dab652d385688334cff1902b39fea92b4a980888beb8e" +version = "0.3.4" +source = "git+https://github.com/ZettaScaleLabs/cyclors.git?branch=issue-24-windows#b34e3822fbc3fda679fd3dbde755106b7aa4a534" dependencies = [ "bincode", "bindgen", diff --git a/Cargo.toml b/Cargo.toml index 43ddc87..9a55589 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,8 @@ async-trait = "0.1.66" bincode = "1.3.3" cdr = "0.2.4" clap = "3.2.23" -cyclors = "=0.3.3" +#cyclors = "=0.3.4" +cyclors = { git = "https://github.com/ZettaScaleLabs/cyclors.git", branch = "issue-24-windows" } derivative = "2.2.0" flume = "0.11.0" futures = "0.3.26"