From 5c54b4ebf48cf862bd8cfba292eab26e54d032d0 Mon Sep 17 00:00:00 2001 From: Andrew Walbran Date: Mon, 30 Mar 2026 14:39:41 +0100 Subject: [PATCH] release: v0.5.4 This just adds conversions between OwnedFd and various vsock types. Signed-off-by: Andrew Walbran --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 173a6df..fa642ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vsock" -version = "0.5.3" +version = "0.5.4" authors = ["fsyncd", "rust-vsock"] description = "Virtio socket support for Rust" repository = "https://github.com/rust-vsock/vsock-rs"