Skip to content

Commit

Permalink
Merge branch 'rust-embedded:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
mpi3d authored May 26, 2023
2 parents 3994d11 + cff902f commit 4deea43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,15 @@ jobs:
args: --target=${{ matrix.TARGET }} --all-features

- name: Test
if: ${{ ! contains(matrix.TARGET, 'mips') }} # https://github.com/rust-lang/rust/issues/108835
uses: actions-rs/cargo@v1
with:
use-cross: true
command: test
args: --target=${{ matrix.TARGET }}

- name: Test all features
if: ${{ ! contains(matrix.TARGET, 'mips') }} # https://github.com/rust-lang/rust/issues/108835
uses: actions-rs/cargo@v1
with:
use-cross: true
Expand Down Expand Up @@ -113,4 +115,3 @@ jobs:
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}

1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
## [v0.5.1] - 2021-11-22

- Updated nix to version `0.23`.
- MSRV is now 1.59.0.

## [v0.5.0] - 2021-09-21

Expand Down

0 comments on commit 4deea43

Please sign in to comment.