D8441: rust-chg: upgrade to futures-0.3 based libraries

2020-04-23 Thread yuja (Yuya Nishihara)
Herald added a subscriber: mercurial-patches. Closed by commit rHGe9e44e61042b: rust-chg: upgrade to futures-0.3 based libraries (authored by yuja). This revision was automatically updated to reflect the committed changes. This revision was not accepted when it landed; it landed in state "Needs

D8441: rust-chg: upgrade to futures-0.3 based libraries

2020-04-16 Thread yuja (Yuya Nishihara)
yuja created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY And do some trivial fixes: - BytesMut::put_u32_be() -> put_u32() - tokio_process -> tokio::process, CommandExt -> Command, spawn_async() -> spawn(), stdin() ->