Skip to content

Releases: taiki-e/cargo-config2

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)

0.1.2

10 Jan 15:17
Compare
Choose a tag to compare
  • Improve error messages.

  • Add Config::cargo method.

  • Documentation improvements.

0.1.1

09 Jan 13:34
Compare
Choose a tag to compare
  • Fix serde::Serialize impl of Config after target resolved.

0.1.0

09 Jan 09:56
Compare
Choose a tag to compare

Initial release