Releases: taiki-e/cargo-config2
Releases · taiki-e/cargo-config2
0.1.32
0.1.31
-
Remove dependency on
home
to restore the MSRV on Windows. -
Add
home_dir
,cargo_home_with_cwd
, andrustup_home_with_cwd
functions.
0.1.30
- Respect
RUSTC_BOOTSTRAP=-1
recently added in nightly in rustc version detection.
0.1.29
- Support
target.<triple>.rustdocflags
that added in Cargo 1.78.
Config::rustdocflags
is a new recommended interface to get rustdocflags.
0.1.28
- Support the
[cargo-new]
table. (#21, thanks @ranger-ross)
0.1.27
- Support the
[http]
table. (#20, thanks @ranger-ross)
0.1.26
- Fix regression when buggy rustc_workspace_wrapper is set, introduced in 0.1.25.
0.1.25
- Respect rustc_wrapper and rustc_workspace_wrapper in
Config::{rustc_version, host_triple}
to match the Cargo's new behavior. (Other APIs such asConfig::rustc
are already respecting wrappers.)
0.1.24
- Fix bug when merging array fields in config.
0.1.23
- Fix
Config::rustc
when both rustc_wrapper and rustc_workspace_wrapper are set.