More dependency trimming
Changed
- Remove
futures-executor-preview
from list of dependencies. This was only being used forblock_on
in one place, which now has been replaced with a tinyjoin()
method that does effectively the same thing.
futures-executor-preview
from list of dependencies. This was only being used for block_on
in one place, which now has been replaced with a tiny join()
method that does effectively the same thing.