mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* remove `doc_auto_cfg` removed in favor of `doc_cfg` which is already present * fix optimization flags the fix targets the change to panic_abort in rust-lang/rust#146974 Incidentally, this led me to realize that some RUSTFLAGS were being ignored, due to the exclusivity of env variables vs config options (see ref). With this change, all config options are read from toml files instead of env variables. reference: https://doc.rust-lang.org/cargo/reference/config.html#buildrustflags use old optimization flags for master branch before this change * skip example paths that don't contain a Cargo.toml