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"