Skip to content

Commit 057fbaa

Browse files
authored
chore: prepare v0.22.0 (#171)
Signed-off-by: Max Inden <[email protected]>
1 parent 9d4ba09 commit 057fbaa

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

.github/workflows/rust.yml

+5-10
Original file line numberDiff line numberDiff 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 }}

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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

0 commit comments

Comments
 (0)