oll3 / nbd-async

Block device driver in userspace!
https://crates.io/crates/nbd-async
MIT License
8 stars 7 forks source link

Update nbd-async to tokio 1.0 and nix 0.19 #7

Closed DarkKirb closed 3 years ago

DarkKirb commented 3 years ago

This change is a breaking change as tokio 1.0 code can't run with a tokio 0.2 executor and vice versa.