File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -63,13 +63,15 @@ jobs:
63
63
args : --target=${{ matrix.TARGET }} --all-features
64
64
65
65
- name : Test
66
+ if : ${{ ! contains(matrix.TARGET, 'mips') }} # https://github.com/rust-lang/rust/issues/108835
66
67
uses : actions-rs/cargo@v1
67
68
with :
68
69
use-cross : true
69
70
command : test
70
71
args : --target=${{ matrix.TARGET }}
71
72
72
73
- name : Test all features
74
+ if : ${{ ! contains(matrix.TARGET, 'mips') }} # https://github.com/rust-lang/rust/issues/108835
73
75
uses : actions-rs/cargo@v1
74
76
with :
75
77
use-cross : true
@@ -113,4 +115,3 @@ jobs:
113
115
- uses : actions-rs/clippy-check@v1
114
116
with :
115
117
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).
13
13
## [ v0.5.1] - 2021-11-22
14
14
15
15
- Updated nix to version ` 0.23 ` .
16
+ - MSRV is now 1.59.0.
16
17
17
18
## [ v0.5.0] - 2021-09-21
18
19
You can’t perform that action at this time.
0 commit comments