carllerche / tower-web

A fast, boilerplate free, web framework for Rust
MIT License
980 stars 51 forks source link

fix: async-await-preview w/ futures-preview[compat] #215

Open rschmukler opened 5 years ago

rschmukler commented 5 years ago

This commit updates the async-await-preview feature to use the compatibility layer provided in futures-preview. This was necessary since tokio stopped tracking nightly.

Please forgive me if I ended up doing something silly. I'm still piecing together the state of the futures ecosystem.

Thanks!