Releases: EmbarkStudios/cfg-expr
Releases · EmbarkStudios/cfg-expr
Release 0.10.0
Changed
- PR#44 added support for multiple target families that are available from Rust 1.58.0+. Thanks @sunshowers!
Release 0.9.1
Changed
- PR#42 updated the builtin target list to 1.58.0. Thanks @sunshowers!
Release 0.9.0
Changed
- PR#35 changed
TargetInfo,Os,Arch,Env, andVendorto use aCow<'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 newwasmvariant totarget_family. Thanks @sunshowers!
Fixed
- PR#33 added clippy.toml with an
msrvso clippy lints are consistent across environments. Thanks @remilauzier!
Release 0.8.1
Changed
- PR#31 reverted the usage of "or patterns" that were only added in 1.53.0. We now state the MSRV as 1.52.0. Thanks @cgwalters!
Release 0.8.0
Changed
- PR#28 updated target-lexicon to 0.12. Thanks @remilauzier!
- PR#29 updated the built-in target list to 1.53.0.
Release 0.7.4
Release 0.7.3
Release 0.7.2
Release 0.7.1
Fixed
- Fixed support for the
uclibceabienvironment added for one target in rust 1.50.0.
Release 0.7.0
Changed
- Updated the builtin target list to Rust 1.50.0. Again, somewhat of a breaking change as many targets were removed or changed.
Fixed
- Update smallvec to fix an advisory