From 4a08b6a8750e88e8a7cb9404f03384be3324bfcd Mon Sep 17 00:00:00 2001 From: AlexKnauth Date: Sun, 23 Jun 2024 00:11:04 -0400 Subject: [PATCH] livesplit-core: revert active-attempt --- Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 379dafe..f6861aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -240,7 +240,7 @@ dependencies = [ "bitflags 2.5.0", "cexpr", "clang-sys", - "itertools 0.12.1", + "itertools 0.11.0", "lazy_static", "lazycell", "proc-macro2", @@ -1963,7 +1963,7 @@ checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" [[package]] name = "livesplit-auto-splitting" version = "0.1.0" -source = "git+https://github.com/AlexKnauth/livesplit-core?branch=legacy_raw_xml#628d78ac34a5b595abe2b772a82ca7c7fd7f5577" +source = "git+https://github.com/AlexKnauth/livesplit-core?branch=legacy_raw_xml#931948b24a089083610dbf13ae07e40f9b66316b" dependencies = [ "anyhow", "arc-swap", @@ -1985,7 +1985,7 @@ dependencies = [ [[package]] name = "livesplit-core" version = "0.13.0" -source = "git+https://github.com/AlexKnauth/livesplit-core?branch=legacy_raw_xml#628d78ac34a5b595abe2b772a82ca7c7fd7f5577" +source = "git+https://github.com/AlexKnauth/livesplit-core?branch=legacy_raw_xml#931948b24a089083610dbf13ae07e40f9b66316b" dependencies = [ "base64-simd", "bytemuck", @@ -2020,7 +2020,7 @@ dependencies = [ [[package]] name = "livesplit-hotkey" version = "0.7.0" -source = "git+https://github.com/AlexKnauth/livesplit-core?branch=legacy_raw_xml#628d78ac34a5b595abe2b772a82ca7c7fd7f5577" +source = "git+https://github.com/AlexKnauth/livesplit-core?branch=legacy_raw_xml#931948b24a089083610dbf13ae07e40f9b66316b" dependencies = [ "bitflags 2.5.0", "cfg-if", @@ -2059,7 +2059,7 @@ dependencies = [ [[package]] name = "livesplit-title-abbreviations" version = "0.3.0" -source = "git+https://github.com/AlexKnauth/livesplit-core?branch=legacy_raw_xml#628d78ac34a5b595abe2b772a82ca7c7fd7f5577" +source = "git+https://github.com/AlexKnauth/livesplit-core?branch=legacy_raw_xml#931948b24a089083610dbf13ae07e40f9b66316b" [[package]] name = "lock_api"