mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Merge #609
609: action-rs tool-cache is deprecated, always failing r=perlindgren a=AfoHT Co-authored-by: Henrik Tjäder <henrik@grepit.se>
This commit is contained in:
commit
c3dd044c57
2 changed files with 1 additions and 1 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -163,7 +163,6 @@ jobs:
|
|||
with:
|
||||
crate: cargo-binutils
|
||||
version: latest
|
||||
use-tool-cache: true
|
||||
|
||||
- name: Cache Dependencies
|
||||
uses: Swatinem/rust-cache@v1
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue