From a2d1109e95c023a9cb4eeeb206bedbda388fce94 Mon Sep 17 00:00:00 2001 From: Andrew Walbran Date: Mon, 21 Oct 2024 12:29:25 +0100 Subject: [PATCH] release: v0.6.0 Bump the major version for API changes in #47. Signed-off-by: Andrew Walbran --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ff721f0..4f94828 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-vsock" -version = "0.5.0" +version = "0.6.0" authors = ["fsyncd", "rust-vsock"] description = "Asynchronous Virtio socket support for Rust" repository = "https://github.com/rust-vsock/tokio-vsock"