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"