From 374fb5839248a56bf6017fba7358ee1d07e01ed7 Mon Sep 17 00:00:00 2001 From: Tim Zhang Date: Fri, 20 Dec 2024 23:47:27 +0800 Subject: [PATCH] release: v0.7.0 Bump the major version for #54 which changed API and #56 which removed features. Also this release includes #53 and #55. Signed-off-by: Tim Zhang --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 61779ca..da7ab7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-vsock" -version = "0.6.0" +version = "0.7.0" authors = ["fsyncd", "rust-vsock"] description = "Asynchronous Virtio socket support for Rust" repository = "https://github.com/rust-vsock/tokio-vsock"