anp / moxie

lightweight platform-agnostic tools for declarative UI
https://moxie.rs
Apache License 2.0
828 stars 27 forks source link

Support developing locally with a stable toolchain #221

Closed anp closed 3 years ago

anp commented 3 years ago

I think the only reason a nightly is still needed is for collecting coverage. Which is fine, but the cargo named profile definition in the root Cargo.toml will prevent users of stable from building the project even though they should be able to without any feature flags enabled.