File tree 2 files changed +6
-11
lines changed
2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -164,20 +164,15 @@ jobs:
164
164
matrix :
165
165
target :
166
166
- armv7-unknown-linux-gnueabihf
167
- - mipsel-unknown-linux-gnu
168
167
- powerpc-unknown-linux-gnu
169
168
- powerpc64-unknown-linux-gnu
170
169
- wasm32-unknown-unknown
171
170
steps :
172
171
- uses : actions/checkout@v2
173
- - uses : actions-rs/toolchain@v1
172
+
173
+ - uses : dtolnay/rust-toolchain@stable
174
174
with :
175
- toolchain : stable
176
175
target : ${{ matrix.target }}
177
- override : true
178
- - uses : actions-rs/cargo@v1
179
- with :
180
- use-cross : true
181
- command : build
182
- # Note that this does not test the `protobuf` feature (for now). See reasoning in https://github.com/prometheus/client_rust/pull/98/.
183
- args : --release --target=${{ matrix.target }}
176
+
177
+ # Note that this does not test the `protobuf` feature (for now). See reasoning in https://github.com/prometheus/client_rust/pull/98/.
178
+ - run : cargo check --target=${{ matrix.target }}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ 0.22.0] - unreleased
7
+ ## [ 0.22.0]
8
8
9
9
### Changed
10
10
You can’t perform that action at this time.
0 commit comments