Closed k3d3 closed 4 years ago
Newer versions of tokio require the "rt-core" feature to be enabled for tokio::spawn to be available. This adds the feature and also updates tokio to the latest 0.2 version.
Sweet, thanks!
0.7.3 published, I modified the static feature to make rt-core conditional on it. I really appreciate you pointed out this issue!
0.7.3
static
rt-core
Newer versions of tokio require the "rt-core" feature to be enabled for tokio::spawn to be available. This adds the feature and also updates tokio to the latest 0.2 version.