From a48080b8fd4ace9d3f455222d0336757acd6d098 Mon Sep 17 00:00:00 2001 From: Andrew Walbran Date: Wed, 29 Nov 2023 09:43:43 +0000 Subject: [PATCH] release: v0.4.0 (#40) Bump the major version due to API change in #34. Signed-off-by: Andrew Walbran --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 98cd8eb..255d7f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vsock" -version = "0.3.0" +version = "0.4.0" authors = ["fsyncd", "rust-vsock"] description = "Virtio socket support for Rust" repository = "https://github.com/rust-vsock/vsock-rs"