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"