openanolis / dragonball-sandbox

Dragonball-sandbox is a collection of Rust crates to help build custom Virtual Machine Monitors and hypervisors.
Apache License 2.0
88 stars 41 forks source link

dbs-virtio-devices: update Nydus to fit with the upstream Nydus updates #293

Closed studychao closed 1 year ago

studychao commented 1 year ago

Since Nydus image service was updated, and that breaks our compilation of dragonball-sandbox.

In order to fix that, we need to update the nydus dependencies in dragonball-sandbox.

Also, some clippy warnings & build warnings introduced by Rust 1.70 are fixed.