From b200379157f0b7c63c05a0056fa4d984e0330162 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 13 May 2026 19:46:52 +0000 Subject: [PATCH 1/4] ci: update actions cache to v5 Agent-Logs-Url: https://github.com/project-llzk/haloumi/sessions/91fc6103-1020-4560-8479-ce80ce16b125 Co-authored-by: tim-hoffman <4001421+tim-hoffman@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- Cargo.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b0b786..ff95002 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Cache cargo crates - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry diff --git a/Cargo.lock b/Cargo.lock index 40ce55b..43ea68e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -268,7 +268,7 @@ dependencies = [ [[package]] name = "haloumi-core" -version = "0.2.0" +version = "0.3.0" dependencies = [ "eqv", "ff", From 4fd236e4163c3ded5e99494baf61e20b76915f8b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 13 May 2026 19:47:07 +0000 Subject: [PATCH 2/4] chore: revert unrelated Cargo.lock version change Agent-Logs-Url: https://github.com/project-llzk/haloumi/sessions/91fc6103-1020-4560-8479-ce80ce16b125 Co-authored-by: tim-hoffman <4001421+tim-hoffman@users.noreply.github.com> --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 43ea68e..40ce55b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -268,7 +268,7 @@ dependencies = [ [[package]] name = "haloumi-core" -version = "0.3.0" +version = "0.2.0" dependencies = [ "eqv", "ff", From b898998b0a7d5851073e93ff072c71b8e230132c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 13 May 2026 19:47:54 +0000 Subject: [PATCH 3/4] chore: finalize cache action update validation Agent-Logs-Url: https://github.com/project-llzk/haloumi/sessions/91fc6103-1020-4560-8479-ce80ce16b125 Co-authored-by: tim-hoffman <4001421+tim-hoffman@users.noreply.github.com> --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 40ce55b..43ea68e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -268,7 +268,7 @@ dependencies = [ [[package]] name = "haloumi-core" -version = "0.2.0" +version = "0.3.0" dependencies = [ "eqv", "ff", From a814ddf4b596a48c5c8b4ff07f0cfe9144ea8af0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 13 May 2026 19:48:09 +0000 Subject: [PATCH 4/4] chore: keep Cargo.lock unchanged for workflow-only update Agent-Logs-Url: https://github.com/project-llzk/haloumi/sessions/91fc6103-1020-4560-8479-ce80ce16b125 Co-authored-by: tim-hoffman <4001421+tim-hoffman@users.noreply.github.com> --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 43ea68e..40ce55b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -268,7 +268,7 @@ dependencies = [ [[package]] name = "haloumi-core" -version = "0.3.0" +version = "0.2.0" dependencies = [ "eqv", "ff",