diff options
author | 2022-02-15 19:16:01 +0000 | |
---|---|---|
committer | 2022-02-15 19:16:01 +0000 | |
commit | c3dd044c57fa98d89aaba1ef16379a891551c8b4 (patch) | |
tree | f71a6fdd7094c486c5c73a13f1fdaa7732976f71 | |
parent | 886183066d3bb8c359aaf6442e9201bab8cd4694 (diff) | |
parent | dfb6e3631144e8a5f3735ea2ddf7cecd9ef4ee72 (diff) | |
download | rtic-c3dd044c57fa98d89aaba1ef16379a891551c8b4.tar.gz rtic-c3dd044c57fa98d89aaba1ef16379a891551c8b4.tar.zst rtic-c3dd044c57fa98d89aaba1ef16379a891551c8b4.zip |
Merge #609
609: action-rs tool-cache is deprecated, always failing r=perlindgren a=AfoHT
Co-authored-by: Henrik Tjäder <henrik@grepit.se>
-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 2bd1829d..1b140e99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,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 |