File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -63,13 +63,15 @@ jobs:
6363 args : --target=${{ matrix.TARGET }} --all-features
6464
6565 - name : Test
66+ if : ${{ ! contains(matrix.TARGET, 'mips') }} # https://github.com/rust-lang/rust/issues/108835
6667 uses : actions-rs/cargo@v1
6768 with :
6869 use-cross : true
6970 command : test
7071 args : --target=${{ matrix.TARGET }}
7172
7273 - name : Test all features
74+ if : ${{ ! contains(matrix.TARGET, 'mips') }} # https://github.com/rust-lang/rust/issues/108835
7375 uses : actions-rs/cargo@v1
7476 with :
7577 use-cross : true
@@ -113,4 +115,3 @@ jobs:
113115 - uses : actions-rs/clippy-check@v1
114116 with :
115117 token : ${{ secrets.GITHUB_TOKEN }}
116-
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
1313## [ v0.5.1] - 2021-11-22
1414
1515- Updated nix to version ` 0.23 ` .
16+ - MSRV is now 1.59.0.
1617
1718## [ v0.5.0] - 2021-09-21
1819
You can’t perform that action at this time.
0 commit comments