1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-11 22:37:11 +03:00
wezterm/promise
Wez Furlong f726a2075e deps: remove async-std dep
We were only using block_on from it, which we can call from the
underlying async_io crate.

Notably, removing async_std from the deps avoids async-global-executor
being pulled in and spawning nproc threads that are never used by
wezterm.
2022-11-01 07:05:33 -07:00
..
src deps: remove async-std dep 2022-11-01 07:05:33 -07:00
Cargo.toml deps: remove async-std dep 2022-11-01 07:05:33 -07:00