rust-vsock / tokio-vsock

Asynchronous Virtio socket support for Rust
Apache License 2.0
31 stars 25 forks source link

Publish 0.5.1 that depends on vsock 0.5.1 #51

Open kanpov opened 1 month ago

kanpov commented 1 month ago

Otherwise, the old vsock 0.4 is pulled in mandatorily.

qwandor commented 1 week ago

This will need to be 0.6.0 rather than 0.5.1, as the vsock types are part of the public API so this is a breaking change.