cksac / dataloader-rs

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

chore: update dependencies to use tokio 1.0 and async-std 1.8 #28

Closed bryantbiggs closed 3 years ago

bryantbiggs commented 3 years ago

note - I attempted updating rand to 0.8 but that is a bit more involved so let that out of this PR and will save for a separate PR

zprobst commented 3 years ago

@cksac Is it possible to get a new release with this change?