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/Cargo.toml b/Cargo.toml index c3f1ece..c7f71dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,4 +24,4 @@ secure = ["rusty_alloc-api/secure"] [dependencies] # Pin exactly: rusty_alloc is 0.x and earlier releases had UAFs on all targets. -rusty_alloc-api = { version = "=0.4.0" } +rusty_alloc-api = { version = "=1.1.4" }