Skip to content

0.4.0

Compare
Choose a tag to compare
@Jake-Shadle Jake-Shadle released this 04 Jun 11:43

[0.4.0] - 2020-06-04

Added

Changed

  • PR#9 changed the Arch, Vendor, Os, and Env types to no be longer enums, and are instead thin wrappers around strings. This allows for custom targets where one or more components of the target triple are not built-in to rustc. Resolved #8.
  • Changed ParseError to remove the lifetime and just keep an owned string of the expression that failed to parse.
  • Updated the list of built-in rustc targets to 1.43.1.