From dac7ef7b03db2a70b9b2135b743f36555279e81a Mon Sep 17 00:00:00 2001 From: Geoff Martin Date: Fri, 1 Nov 2024 11:19:26 +0000 Subject: [PATCH] Updating to a version of the cyclors library which supports symbol mangling on Windows. --- Cargo.lock | 5 ++--- Cargo.toml | 3 ++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8207895..d98b5f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1044,9 +1044,8 @@ dependencies = [ [[package]] name = "cyclors" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e085999238629d13a7a19e4dc7a6e61505bcb2033f6a1bed24bff35035c47c4" +version = "0.2.4" +source = "git+https://github.com/ZettaScaleLabs/cyclors.git?branch=issue-24-0_2_1-windows#338343882eedda88c94534371be346b9815b085a" dependencies = [ "bincode", "bindgen 0.69.5", diff --git a/Cargo.toml b/Cargo.toml index c88085c..0bc15a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,8 @@ async-trait = "0.1.66" bincode = "1.3.3" cdr = "0.2.4" clap = "4.4.11" -cyclors = "=0.2.3" +#cyclors = "=0.2.4" +cyclors = { git = "https://github.com/ZettaScaleLabs/cyclors.git", branch = "issue-24-0_2_1-windows" } derivative = "2.2.0" flume = "0.11.0" futures = "0.3.26"