Skip to content

Releases: taiki-e/cargo-config2

0.1.32

06 Jan 16:10
Compare
Choose a tag to compare
  • Expose CargoNewConfig and HttpConfig. (69ecb94)

0.1.31

21 Dec 19:36
Compare
Choose a tag to compare
  • Remove dependency on home to restore the MSRV on Windows.

  • Add home_dir, cargo_home_with_cwd, and rustup_home_with_cwd functions.

0.1.30

21 Dec 18:39
Compare
Choose a tag to compare

0.1.29

01 Sep 07:36
Compare
Choose a tag to compare
  • Support target.<triple>.rustdocflags that added in Cargo 1.78.
    Config::rustdocflags is a new recommended interface to get rustdocflags.

0.1.28

01 Sep 06:47
Compare
Choose a tag to compare

0.1.27

19 Aug 15:10
Compare
Choose a tag to compare

0.1.26

20 Apr 12:19
Compare
Choose a tag to compare

0.1.25

17 Apr 13:19
Compare
Choose a tag to compare
  • Respect rustc_wrapper and rustc_workspace_wrapper in Config::{rustc_version, host_triple} to match the Cargo's new behavior. (Other APIs such as Config::rustc are already respecting wrappers.)

0.1.24

09 Apr 01:48
Compare
Choose a tag to compare
  • Fix bug when merging array fields in config.

0.1.23

29 Mar 21:58
Compare
Choose a tag to compare
  • Fix Config::rustc when both rustc_wrapper and rustc_workspace_wrapper are set.