From cd0a96804d08dce45dcbcb4f9138ac73296f8175 Mon Sep 17 00:00:00 2001 From: farmer_timmm <63073761+Ttimmahlax@users.noreply.github.com> Date: Thu, 27 Aug 2026 17:15:41 -0700 Subject: [PATCH 1/2] bump rusty_alloc-api to =1.1.4 --- crates/rusty_xml-alloc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rusty_xml-alloc/Cargo.toml b/crates/rusty_xml-alloc/Cargo.toml index f142c2e..6470724 100644 --- a/crates/rusty_xml-alloc/Cargo.toml +++ b/crates/rusty_xml-alloc/Cargo.toml @@ -12,7 +12,7 @@ keywords.workspace = true categories.workspace = true [dependencies] -rusty_alloc-api = "1" +rusty_alloc-api = "=1.1.4" [lints] workspace = true From fcd284ae1eae6a15cfa20c6e3031515dfd50df8e Mon Sep 17 00:00:00 2001 From: farmer_timmm <63073761+Ttimmahlax@users.noreply.github.com> Date: Thu, 27 Aug 2026 17:15:43 -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