cksac / dataloader-rs

Rust implementation of Facebook's DataLoader using async-await.
Apache License 2.0
261 stars 23 forks source link

Which version should I use? #8

Closed acelot closed 4 years ago

acelot commented 4 years ago

0.5.1 from crates or 0.6.0-dev? When will the new release be in the crates.io?

cksac commented 4 years ago

0.5.1

0.6.0-dev mainly has changes from #5

next release may wait until async-await landed in stable.

acelot commented 4 years ago

https://blog.rust-lang.org/2019/11/07/Rust-1.39.0.html 🎉🎉🎉

cksac commented 4 years ago

Still need to wait the ecosystem upgrade to futures 0.3, i.e one of the dependency futures-timer

cksac commented 4 years ago

version 0.6 published