diff options
-rw-r--r-- | .github/workflows/build.yml | 1 | ||||
-rw-r--r-- | CHANGELOG.md | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2e93a79f..875c3f39 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -163,7 +163,6 @@ jobs: with: crate: cargo-binutils version: latest - use-tool-cache: true - name: Cache Dependencies uses: Swatinem/rust-cache@v1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 045db8ce..8070ac0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - Fix dated migration docs for spawn +- Remove obsolete action-rs tool-cache - Force mdBook to return error codes - Readded missing ramfunc output to book |