rust-vmm / vfio

14 stars 20 forks source link

"Release" `vfio-ioctls` 0.2.0 and upload to crates.io #36

Open cblichmann opened 1 year ago

cblichmann commented 1 year ago

Hey there!

We're depending on vfio-ioctls (among others) via Cloud Hypervisor (CHV). I want to import all of CHV's downstream dependencies into our mono-repo and it'd be super helpful if a more current version were available on crates.io.

So my questions is, what is the current status? Can someone "release" a 0.2.0 and upload to crates.io, or is there some more work planned before this happens?

liuw commented 1 year ago

Hi, while it may be nice to have things on crates.io, I think cargo vendor should work just as well for commit hashes, too. Your request is more a nice-to-have than a must-have, right?

cblichmann commented 1 year ago

I cannot use cargo vendor internally, so it would make my life easier if we had frequent releases to crates.io. But yes, more of a nice-to-have than a must-have.

Gasila5 commented 2 months ago

Hi, while it may be nice to have things on crates.io, I think cargo vendor should work just as well for commit hashes, too. Your request is more a nice-to-have than a must-have, right?