diff --git a/Cargo.lock b/Cargo.lock index 25a6817..81861fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -944,7 +944,8 @@ dependencies = [ [[package]] name = "cyclors" version = "0.3.4" -source = "git+https://github.com/ZettaScaleLabs/cyclors.git?branch=issue-24-combined#7b712cea284206bd5c757887f6e30a78d5ee1eb4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d20a2fef18f13ef1ca9c190eafdd8ea15f071b5b8ab78e8496e506df33c76f12" dependencies = [ "bincode", "bindgen", diff --git a/Cargo.toml b/Cargo.toml index ba6c75e..a367a1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,8 +34,7 @@ async-trait = "0.1.66" bincode = "1.3.3" cdr = "0.2.4" clap = "3.2.23" -#cyclors = "=0.3.4" -cyclors = { git = "https://github.com/ZettaScaleLabs/cyclors.git", branch = "issue-24-combined" } +cyclors = "=0.3.4" derivative = "2.2.0" flume = "0.11.0" futures = "0.3.26"