From f96968d030169691f4b45c8db233b083041ceccc Mon Sep 17 00:00:00 2001 From: Andrew Walbran Date: Wed, 17 Jan 2024 11:52:13 +0000 Subject: [PATCH] release: v0.5.0 Bump the major version for API changes in #30 and #40. Signed-off-by: Andrew Walbran --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ea882be..8ecdda1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-vsock" -version = "0.4.0" +version = "0.5.0" authors = ["fsyncd", "rust-vsock"] description = "Asynchronous Virtio socket support for Rust" repository = "https://github.com/rust-vsock/tokio-vsock"