Closed dyedgreen closed 3 years ago
@overdrivenpotato Would you please review this patch when you have a spare moment?
Due to the incompatibility between Tokio 0.2 and 1.0 runtimes, it's hard to utilize this awesome crate together with other popular libraries in the rust async ecosystem, such as hyper
, reqwest
, actix-web
, rocket
, gotham
, and so forth.
Addressed by https://github.com/overdrivenpotato/bb8-diesel/pull/5 - should be published in 0.2.1 soon!
I updated the dependencies to their respective latest versions (the main one of interest being Tokio
v1.0
).Since the crate has no tests, I'm unsure how to check everything is working correctly, but this compiles in dev and in release mode 😅