Skip to content

Commit

Permalink
[release] also pass through CARGO_RELEASE_PROFILE_LTO
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Jan 14, 2023
1 parent 44d26cc commit 7205e5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion Cross.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[build.env]
passthrough = ["CARGO_PROFILE_RELEASE_LTO"]

[target.x86_64-unknown-freebsd]
# Pull in a fix for https://github.com/cross-rs/cross/pull/1166
# 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"
4 changes: 2 additions & 2 deletions tools/cargo-hakari/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [0.9.19-rc.4] - 2023-01-14
## [0.9.19-rc.5] - 2023-01-14

This is a test release.

Expand Down Expand Up @@ -163,7 +163,7 @@ This was tagged, but never released due to

Initial release.

[0.9.19-rc.4]: https://github.com/guppy-rs/guppy/releases/tag/cargo-hakari-0.9.19-rc.4
[0.9.19-rc.5]: https://github.com/guppy-rs/guppy/releases/tag/cargo-hakari-0.9.19-rc.5
[0.9.18]: https://github.com/guppy-rs/guppy/releases/tag/cargo-hakari-0.9.18
[0.9.17]: https://github.com/guppy-rs/guppy/releases/tag/cargo-hakari-0.9.17
[0.9.16]: https://github.com/guppy-rs/guppy/releases/tag/cargo-hakari-0.9.16
Expand Down

0 comments on commit 7205e5a

Please sign in to comment.