diff --git a/Cargo.toml b/Cargo.toml index 89eaedc..2de06d9 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.3" } +ringbuf = { path = ".", version = "0.4.4" } [workspace] members = ["async", "blocking"] [package] name = "ringbuf" -version = "0.4.3" +version = "0.4.4" edition.workspace = true authors.workspace = true description = "Lock-free SPSC FIFO ring buffer with direct access to inner data"