Releases: taiki-e/cargo-config2
Releases · taiki-e/cargo-config2
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.
0.1.22
- Implement
From<&PathAndArgs>
forstd::process::Command
.
0.1.21
- Add
{RustcVersion,CargoVersion}::major_minor
.
0.1.20
- Add
Config::{rustc_version, cargo_version}
.