From 5c69dc80fbfab815a2f4f918e14b9a5a3188e42d Mon Sep 17 00:00:00 2001 From: Alexey Gerasev Date: Tue, 20 Aug 2024 15:01:29 +0700 Subject: [PATCH] Bump version to 0.4.4 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 89eaedc..2de06d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,14 +7,14 @@ readme = "README.md" license = "MIT/Apache-2.0" [workspace.dependencies] -ringbuf = { path = ".", version = "0.4.3" } +ringbuf = { path = ".", version = "0.4.4" } [workspace] members = ["async", "blocking"] [package] name = "ringbuf" -version = "0.4.3" +version = "0.4.4" edition.workspace = true authors.workspace = true description = "Lock-free SPSC FIFO ring buffer with direct access to inner data"