1.0.21
- Define
--cfg trybuildwhen building the ui tests; this allows build scripts (viacfg!(trybuild)) and libraries (via#[cfg(trybuild)]) to omit parts that are unneeded for the ui tests
--cfg trybuild when building the ui tests; this allows build scripts (via cfg!(trybuild)) and libraries (via #[cfg(trybuild)]) to omit parts that are unneeded for the ui tests