From f79a707461b4679cd9a6f23f04a5b52ad77661ea Mon Sep 17 00:00:00 2001 From: Julien Enoch Date: Mon, 7 Aug 2023 12:22:26 +0200 Subject: [PATCH] Bump cyclors to commit d35789b --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 58ba7922..5769b0dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -787,7 +787,7 @@ dependencies = [ [[package]] name = "cyclors" version = "0.2.0" -source = "git+https://github.com/kydos/cyclors?branch=master#2b164d0b81248e1d6c4bf358d1d4687f1caf954e" +source = "git+https://github.com/kydos/cyclors?branch=master#d35789b9f6b84d429e786b234a02c1349482f908" dependencies = [ "bincode", "bindgen", @@ -3113,7 +3113,7 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 0.1.10", "static_assertions", ]