From 800ef6e28cfbdb9450c39dc3c5a53ad93e6b58b3 Mon Sep 17 00:00:00 2001 From: farmer_timmm <63073761+Ttimmahlax@users.noreply.github.com> Date: Thu, 27 Aug 2026 16:56:28 -0700 Subject: [PATCH 1/2] bump rusty_alloc-api to =1.1.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1faf109..9e454bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,4 @@ categories = ["multimedia::images", "multimedia"] [dev-dependencies] # global allocator for bench/example roots (project convention) -rusty_alloc-api = "0.4" +rusty_alloc-api = "=1.1.4" From b6e0d2206f487b4da85c238e42276e110c6fbe06 Mon Sep 17 00:00:00 2001 From: farmer_timmm <63073761+Ttimmahlax@users.noreply.github.com> Date: Thu, 27 Aug 2026 16:56:30 -0700 Subject: [PATCH 2/2] add the shared portfolio check so a dependency bump can be gated on a real green --- .github/workflows/portfolio-check.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/portfolio-check.yml diff --git a/.github/workflows/portfolio-check.yml b/.github/workflows/portfolio-check.yml new file mode 100644 index 0000000..5ea53fb --- /dev/null +++ b/.github/workflows/portfolio-check.yml @@ -0,0 +1,19 @@ +# Portfolio check - calls the shared harness in Remade-With-Rust/.github. +# +# Managed by remade-updater. Edit the shared workflow, not this file: this exists +# only so the run attaches to the pull request, where a merge can wait on it. + +name: portfolio-check + +on: + pull_request: + workflow_dispatch: + +permissions: + contents: read + +jobs: + check: + uses: Remade-With-Rust/.github/.github/workflows/portfolio-test.yml@main + with: + command: test