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
Move solana_type_overrides::executor to a new crate
Instead of creating a new crate, we can mark futures as an optional decency and put the executor module behind a cfg feature. This way, crates that need the module import type_overrides with the feature enabled and the dependency is only built when necessary.
Problem
solana-type-overrides
was added to multiple crates in #1634The following crates do not use
futures
but because they depend onsolana-type-overrides
they now depend onfutures
:Proposed Solution
Move solana_type_overrides::executor to a new crate
The text was updated successfully, but these errors were encountered: