From c5e7d2a922f69e3e327b5e1c42856a03f892f2f8 Mon Sep 17 00:00:00 2001 From: Alexey Gerasev Date: Fri, 27 Sep 2024 17:53:40 +0700 Subject: [PATCH] Bump version to 0.4.7 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9fc5aeb..47f51e7 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.6" } +ringbuf = { path = ".", version = "0.4.7" } [workspace] members = ["async", "blocking"] [package] name = "ringbuf" -version = "0.4.6" +version = "0.4.7" edition.workspace = true authors.workspace = true description = "Lock-free SPSC FIFO ring buffer with direct access to inner data"