Skip to content

Commit

Permalink
Merge pull request #34 from actions-rust-lang/rel-180
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbb authored Jan 13, 2024
2 parents 84e65ce + 039765b commit b113a30
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
fail-fast: false
max-parallel: 5
matrix:
os:
- ubuntu-latest
Expand Down Expand Up @@ -94,8 +95,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- id: toolchain
name: Install Rust
- name: Install Rust
uses: ./
with:
components: clippy
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.8.0] - 2024-01-13

* Allow specifying subdirectories for cache.
* Fix toolchain file overriding.

## [1.7.0] - 2024-01-11

* Allow overriding the toolchain file with explicit `toolchain` input. (#26)
Expand Down

0 comments on commit b113a30

Please sign in to comment.