From dc3569c0b00a8843e9e79cfab2c378e0bdf6bebd Mon Sep 17 00:00:00 2001 From: Geoff Martin Date: Thu, 12 Dec 2024 12:22:57 +0000 Subject: [PATCH] Use cyclors 0.2.4 release supporting symbol mangling on Linux, macOS and Windows. --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2a1caa8..15ae209 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,8 +29,7 @@ async-trait = "0.1.66" bincode = "1.3.3" cdr = "0.2.4" clap = "4.4.11" -#cyclors = "=0.2.4" -cyclors = { git = "https://github.com/ZettaScaleLabs/cyclors.git", branch = "issue-24-0_2_1-combined" } +cyclors = "=0.2.4" derivative = "2.2.0" flume = "0.11.0" futures = "0.3.26"