Skip to content

Releases: taiki-e/cargo-config2

0.1.43

26 Feb 18:54
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Fix unstable_name_collisions warning.

0.1.42

13 Feb 12:55
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Update toml to 1.

0.1.41

08 Feb 13:09
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Add Config::cfg. (#40)

  • Fix handling of cfg(<key> = ""). (#40)

  • Implement From<&'a Box<str>> for TargetTripleRef<'a>, From<Box<str>> for TargetTripleRef<'static>.

0.1.40

06 Feb 19:10
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

0.1.39

10 Oct 16:58

Choose a tag to compare

0.1.38

04 Oct 02:28

Choose a tag to compare

  • Improve support for target names that contain ".". (#38)

0.1.37

03 Oct 16:22

Choose a tag to compare

0.1.36

05 Sep 19:52

Choose a tag to compare

  • Update windows-sys to 0.61.

    This increases the minimum supported Rust version (MSRV) from Rust 1.70 to Rust 1.71.

0.1.35

11 Jul 17:16

Choose a tag to compare

  • Use toml instead of toml_edit.

0.1.34

22 Jun 08:49

Choose a tag to compare

  • Support the [sources] table. (#31, thanks @Altair-Bueno)

  • Update windows-sys to 0.60.