Releases: taiki-e/cargo-config2
Releases · taiki-e/cargo-config2
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}
.
0.1.19
- Update
toml_edit
to 0.22.
0.1.18
- Make
home
dependency Windows-only dependency.
0.1.17
- Remove dependency on
once_cell
.
0.1.16
-
Support
target.'cfg(..)'.linker
that added in Cargo 1.74. -
Update
toml_edit
to 0.21.
0.1.15
- Improve compile time.
0.1.14
- Improve compile time.
0.1.13
- Improve compatibility with old Cargo.