You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried to use emerald_vault_core without default features and it doesn't compile because the extern crate reqwest statement is not gated with the http feature.
The text was updated successfully, but these errors were encountered:
Tried to use
emerald_vault_core
without default features and it doesn't compile because theextern crate reqwest
statement is not gated with thehttp
feature.The text was updated successfully, but these errors were encountered: