Skip to content

Releases: EmbarkStudios/cfg-expr

Release 0.14.0

27 Jan 15:02

Choose a tag to compare

Changed

  • PR#57 updated the builtin target list to 1.67.0.

Release 0.13.0

19 Dec 11:36

Choose a tag to compare

Changed

Release 0.12.0

07 Nov 08:00

Choose a tag to compare

Changed

Added

  • PR#54 added support for abi, which is currently nightly only, but should have no affect on stable. Thanks @carols10cents!

Release 0.11.0

27 Sep 12:21

Choose a tag to compare

Changed

Release 0.10.3

19 May 06:39

Choose a tag to compare

Added

  • PR#49 added support for the has_target_atomic = "<ptr | integer>" and panic = "<strategy>" predicates. Thanks @sunshowers!

Release 0.10.2

10 Mar 06:55

Choose a tag to compare

Changed

  • PR#48 updated the builtin target list to 1.59.0.

Release 0.10.1

07 Feb 06:44

Choose a tag to compare

Fixed

  • PR#46 fixed comparison of dynamic target families.

Release 0.10.0

04 Feb 10:53

Choose a tag to compare

Changed

  • PR#44 added support for multiple target families that are available from Rust 1.58.0+. Thanks @sunshowers!

Release 0.9.1

01 Feb 06:45

Choose a tag to compare

Changed

Release 0.9.0

31 Aug 07:21

Choose a tag to compare

Changed

  • PR#35 changed TargetInfo, Os, Arch, Env, and Vendor to use a Cow<'static, str> to avoid the need for lifetime parameters for the common case of statically known target information, but still support arbitrary/future variants. Thanks @sunshowers!
  • PR#38 updated the built-in target list to 1.54.0, which notably includes the addition of the new wasm variant to target_family. Thanks @sunshowers!

Fixed

  • PR#33 added clippy.toml with an msrv so clippy lints are consistent across environments. Thanks @remilauzier!