Releases: taiki-e/cargo-config2
Releases · taiki-e/cargo-config2
0.1.9
- Recognize unstable
target.cfg(relocation_model = "...")
on nightly.
0.1.8
- Fix build error from dependency when built with
-Z minimal-versions
.
0.1.7
- Update
cfg-expr
to 0.15.
0.1.6
- Implement the
[registries]
and[registry]
tables. (#8, thanks @yottalogical)
0.1.5
0.1.4
-
Update
cfg-expr
to 0.14. -
Update
toml
to 0.7.
0.1.3
0.1.2
-
Improve error messages.
-
Add
Config::cargo
method. -
Documentation improvements.
0.1.1
- Fix
serde::Serialize
impl ofConfig
after target resolved.
0.1.0
Initial release