From 1cc618a0aa0aef9267f48eb324c1555939913f2d Mon Sep 17 00:00:00 2001 From: Tim Zhang Date: Fri, 29 Jul 2022 16:12:11 +0800 Subject: [PATCH] release: v0.3.0 Bump the major version due to api's updating in #25. Signed-off-by: Tim Zhang --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a37ad4d..6b098e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vsock" -version = "0.2.6" +version = "0.3.0" authors = ["fsyncd", "rust-vsock"] description = "Virtio socket support for Rust" repository = "https://github.com/rust-vsock/vsock-rs"