From 7e69fb32f03277b3c248d6da124067ae5b326e94 Mon Sep 17 00:00:00 2001 From: Andrew Walbran Date: Tue, 9 Apr 2024 12:08:21 +0100 Subject: [PATCH] release: v0.5.0 Bump the major version due to API change in #41, nix::sys::socket::AddressFamily is part of the public API of this crate. Signed-off-by: Andrew Walbran --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 894d27a..ed04547 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vsock" -version = "0.4.0" +version = "0.5.0" authors = ["fsyncd", "rust-vsock"] description = "Virtio socket support for Rust" repository = "https://github.com/rust-vsock/vsock-rs"