From 9c2de67f368e2591dfc018c00ef95e4aefea10f9 Mon Sep 17 00:00:00 2001 From: estodi <83288835+estodi@users.noreply.github.com> Date: Thu, 15 May 2025 01:49:38 -0700 Subject: [PATCH] Fix CI failure caused by zip crate version upgrade --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9835f49..b8c8f8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,6 +91,8 @@ jobs: # Hardcode the version of crossbeam-epoch. See # https://github.com/uutils/coreutils/issues/3680 sed -i -e "s|tempfile =|crossbeam-epoch = \"=0.9.8\"\ntempfile =|" Cargo.toml + # zip version 2.6.x are yanked + sed -i -e "s|zip = { version = \"2.6\", default-features = false }|zip = { version = \"2.4\", default-features = false }|" Cargo.toml cargo install --path . cd - # Uncomment when the upstream issue