From 74264acca3af0816cbb72a9a212e4346d4520b33 Mon Sep 17 00:00:00 2001 From: Geoff Martin Date: Thu, 12 Dec 2024 12:13:35 +0000 Subject: [PATCH] Use cyclors 0.3.4 release supporting symbol mangling on Linux, macOS and Windows. --- Cargo.lock | 3 ++- Cargo.toml | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d68f961..d9fc9a3 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"