which seems like kind of an old version of futures...
# development
h
which seems like kind of an old version of futures to be on, and I wonder if there's any reason we'd want to avoid updating to the latest version - also doesn't using async/await in rust require this?
šŸ‘ 1
e
Iā€™m in favor of updating to new futures / tokio. There are some fs features that would be nice to have.
but like you mention not sure how bad it would be to resolve the issues.
h
unfortunately the answer seems to be "a giant pain in the ass", we're using futures 0.1.x all over the place
e
šŸ˜ž
h
it also looks like upgrading
reqwest
to 0.10.x requires
futures
0.3
w
this is a split across the entire ecosystem
the "async/await" on stable milestone a few weeks ago
...was the beginning of a period where everything in the ecosystem will migrate to futures 0.3: ie... "stdlib Future"
tokio was an important milestone... the next thing we'd want to look for will probably be grpc
šŸ‘ 1