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
If you try to compile setup-utils without parallel feature enabled, it will produce compile errors. The reason is that some crates are used without annotations, but they should be gated by the feature instead.
For example, the usage of rust-crypto
The text was updated successfully, but these errors were encountered:
If you try to compile
setup-utils
withoutparallel
feature enabled, it will produce compile errors. The reason is that some crates are used without annotations, but they should be gated by the feature instead.For example, the usage of
rust-crypto
The text was updated successfully, but these errors were encountered: