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 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