Skip to content

Commit

Permalink
[release] pull in newer Docker image on FreeBSD
Browse files Browse the repository at this point in the history
This image includes a fix for
cross-rs/cross#1166.
  • Loading branch information
sunshowers committed Dec 11, 2022
1 parent 081bb2a commit dd2fde7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
[build.env]
passthrough = ["CARGO_PROFILE_RELEASE_LTO"]

[target.x86_64-unknown-freebsd]
# The current cross 0.2.4 docker image doesn't have the memstat library on FreeBSD.
# https://github.com/cross-rs/cross/pull/1166
image = "ghcr.io/cross-rs/x86_64-unknown-freebsd:edge"
2 changes: 1 addition & 1 deletion nextest-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [0.33.0] - 2022-12-10

See the changelog for [cargo-nextest 0.9.46](https://nexte.st/CHANGELOG.html#0946---2022-12-10).
See the changelog for [cargo-nextest 0.9.47](https://nexte.st/CHANGELOG.html#0947---2022-12-10).

## [0.32.0] - 2022-11-23

Expand Down
7 changes: 6 additions & 1 deletion site/src/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@
This page documents new features and bugfixes for cargo-nextest. Please see the [stability
policy](book/stability.md) for how versioning works with cargo-nextest.

## [0.9.46] - 2022-12-10
## [0.9.47] - 2022-12-10

### Fixed

- `cargo nextest run -E 'deps(foo)` queries now work again. Thanks [Simon Paitrault](https://github.com/Freyskeyd) for your first contribution!

## [0.9.46] - 2022-12-10

This version was not published due to a packaging issue.

## [0.9.45] - 2022-12-04

### Added
Expand Down Expand Up @@ -674,6 +678,7 @@ Supported in this initial release:
* [Test retries](book/retries.md) and flaky test detection
* [JUnit support](book/junit.md) for integration with other test tooling

[0.9.47]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.47
[0.9.46]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.46
[0.9.45]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.45
[0.9.44]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.44
Expand Down

0 comments on commit dd2fde7

Please sign in to comment.