Releases: guppy-rs/guppy
Releases · guppy-rs/guppy
cargo-hakari 0.9.31
Changed
- Builtin targets updated to Rust 1.81.
target-spec 3.2.1
Fixed
- Update minimum version of
target-lexicon
dependency to 0.12.16, to ensure that minimal-version builds work.
guppy 0.17.7
Changed
- Update
target-spec
to 3.2.1.
target-spec 3.2.0
Changed
- MSRV updated to Rust 1.75.
- Internal dependency
cfg-expr
updated to 0.16.0, updating builtin targets to Rust 1.80.
hakari 0.17.3
Fixed
- Fixed a crash in some workspaces (#292).
Changed
- Updated MSRV to Rust 1.75.
- Builtin targets updated to Rust 1.80.
guppy 0.17.6
Changed
- MSRV updated to Rust 1.75.
Fixed
cargo-hakari 0.9.30
Fixed
- Fixed a crash in some workspaces (#292).
- The
workspace-dotted
line style no longer requires that the rootCargo.toml
'sworkspace.dependencies.workspace-hack
have a version set.
Changed
- MSRV updated to Rust 1.75.
- Builtin targets updated to Rust 1.80.
target-spec-miette 0.4.0
Changed
- Updated to miette 7.
- MSRV updated to Rust 1.73.
hakari 0.17.2
Added
- The default
hakari.toml
template for new projects now suggests Apple Silicon
(aarch64-apple-darwin
) as well.
Fixed
- Consider dev-dependencies of proc-macro crates -- previously, we weren't doing so.
This may change some checked-in workspace-hacks, but it is a bugfix and not a breaking change.
Testing against several real-world workspace-hacks, only one of them changed.
cargo-hakari 0.9.29
Added
- The default
hakari.toml
template for new projects now suggests Apple Silicon
(aarch64-apple-darwin
) as well. - New documentation about using the workspace-hack with a
[patch]
directive.
Changed
- Builtin platforms updated to Rust 1.75.
Fixed
- Consider dev-dependencies of proc-macro crates -- previously, we weren't doing so.
This may change some checked-in workspace-hacks, but it is a bugfix and not a breaking change.
Testing against several real-world workspace-hacks, only one of them changed.