From 1c966f71e4e4208cea9ee7b815b4967e8f284602 Mon Sep 17 00:00:00 2001 From: Alexey Gerasev Date: Sun, 11 Feb 2024 14:21:24 +0700 Subject: [PATCH] Bump versions --- Cargo.toml | 2 +- async/Cargo.toml | 2 +- blocking/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index df6c6af..90d3f32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = ["async", "blocking"] [package] name = "ringbuf" -version = "0.4.0-rc.2" +version = "0.4.0-rc.3" edition.workspace = true authors.workspace = true description = "Lock-free SPSC FIFO ring buffer with direct access to inner data" diff --git a/async/Cargo.toml b/async/Cargo.toml index a9df1ca..4b9bca1 100644 --- a/async/Cargo.toml +++ b/async/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-ringbuf" -version = "0.2.0-rc.4" +version = "0.2.0-rc.5" edition.workspace = true authors.workspace = true description = "Async SPSC FIFO ring buffer" diff --git a/blocking/Cargo.toml b/blocking/Cargo.toml index 8b31666..1e0ec1e 100644 --- a/blocking/Cargo.toml +++ b/blocking/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ringbuf-blocking" -version = "0.1.0-rc.2" +version = "0.1.0-rc.3" edition.workspace = true authors.workspace = true description = "Blocking version of ringbuf"