google / wasefire

Secure firmware framework focusing on developer experience

Home Page:https://google.github.io/wasefire/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Never use default features on dependencies

ia0 opened this issue · comments

We should always explicitly say which features we want to enable for all dependencies, to avoid new features being implictely added that we don't need. All dependency lines should have default-features = false.