Skip to content

Releases: taiki-e/cargo-config2

0.1.12

14 Sep 13:20
Compare
Choose a tag to compare
  • Improve robustness when new cfgs are added in the future.

  • Update toml to 0.8.

0.1.11

11 Sep 17:37
Compare
Choose a tag to compare
  • Remove dependency on shell-escape.

0.1.10

08 Sep 17:45
Compare
Choose a tag to compare
  • Remove dependency on cfg-expr.

0.1.9

22 Aug 13:18
Compare
Choose a tag to compare
  • Recognize unstable target.cfg(relocation_model = "...") on nightly.

0.1.8

03 Jul 13:31
Compare
Choose a tag to compare
  • Fix build error from dependency when built with -Z minimal-versions.

0.1.7

05 Apr 15:10
Compare
Choose a tag to compare
  • Update cfg-expr to 0.15.

0.1.6

07 Mar 14:39
Compare
Choose a tag to compare
  • Implement the [registries] and [registry] tables. (#8, thanks @yottalogical)

0.1.5

23 Feb 15:31
Compare
Choose a tag to compare
  • Fix handling of empty string rustc wrapper envs. (#7, thanks @tofay)

0.1.4

28 Jan 05:59
Compare
Choose a tag to compare
  • Update cfg-expr to 0.14.

  • Update toml to 0.7.

0.1.3

24 Jan 15:34
Compare
Choose a tag to compare
  • Migrate to toml 0.6. (#6)