thruster-rs / Thruster

A fast, middleware based, web framework written in Rust
MIT License
1.06k stars 47 forks source link

Running `cargo test` on Thruster's repository results in several errors #140

Closed agersant closed 4 years ago

agersant commented 4 years ago

Getting many errors, compiling with latest stable:

image

trezm commented 4 years ago

Ah yep, I knew there would be a place I forgot to fully migrate when futures stabilized. I'm on it! Thanks for the heads up!

trezm commented 4 years ago

This should now be fixed