]> Untitled Git - bdk/commit
[blockchain] Upgrade tokio
authorJustin Moon <mail@justinmoon.com>
Wed, 18 Nov 2020 00:27:01 +0000 (18:27 -0600)
committerJustin Moon <mail@justinmoon.com>
Thu, 14 Jan 2021 04:58:02 +0000 (22:58 -0600)
commit813c1ddcd050883a633e55ef111e7eba4acd3f87
treeab1d96feec688215ac8823cec99031fc98187e06
parent6955a7776d6c4db1d0c872618ce06c4ef1a2749d
[blockchain] Upgrade tokio

- Also upgrade reqwest
- Switch to `tokio::runtime::Builder::new_single_thread()` because
`tokio::runtime::Runtime::new()` changed it's behavior to create a
multithreaded runtime.
- `enable_all` enables time and io resource drivers as explained
[here](https://docs.rs/tokio/0.2.24/tokio/runtime/index.html#resource-drivers)
Cargo.toml
macros/src/lib.rs