From 3ac5220ff00bfc939f8016365795b43ba216c2d2 Mon Sep 17 00:00:00 2001 From: Alexey Gerasev Date: Thu, 25 Apr 2024 10:48:21 +0700 Subject: [PATCH] Finally release 0.4.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 90d3f32..d2799ec 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.0-rc.2" } +ringbuf = { path = ".", version = "0.4.0" } [workspace] members = ["async", "blocking"] [package] name = "ringbuf" -version = "0.4.0-rc.3" +version = "0.4.0" edition.workspace = true authors.workspace = true description = "Lock-free SPSC FIFO ring buffer with direct access to inner data"