Skip to content

Release 0.9.0

Choose a tag to compare

@Jake-Shadle Jake-Shadle released this 31 Aug 07:21
· 82 commits to main since this release

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!