File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed
Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -164,20 +164,15 @@ jobs:
164164 matrix :
165165 target :
166166 - armv7-unknown-linux-gnueabihf
167- - mipsel-unknown-linux-gnu
168167 - powerpc-unknown-linux-gnu
169168 - powerpc64-unknown-linux-gnu
170169 - wasm32-unknown-unknown
171170 steps :
172171 - uses : actions/checkout@v2
173- - uses : actions-rs/toolchain@v1
172+
173+ - uses : dtolnay/rust-toolchain@stable
174174 with :
175- toolchain : stable
176175 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.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ 0.22.0] - unreleased
7+ ## [ 0.22.0]
88
99### Changed
1010
You can’t perform that action at this time.
0 commit comments