Off-Narrative-Labs / Tuxedo

Write UTXO-based Substrate Runtimes
https://off-narrative-labs.github.io/Tuxedo/
Apache License 2.0
57 stars 17 forks source link

Standardize `default-features = false` #122

Open JoshOrndorff opened 12 months ago

JoshOrndorff commented 12 months ago

Follow up on https://github.com/Off-Narrative-Labs/Tuxedo/pull/100#discussion_r1357956372

We should put default-features = false in the workspace one (maybe not on the sc-* crates?) and then not have it in any other Cargo.toml files.

JoshOrndorff commented 11 months ago

And also specify edition = 2021 once and for all in the root Cargo.toml if possible.