Skip to content

Commit

Permalink
Finally release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agerasev committed Apr 25, 2024
1 parent 6caf6b9 commit 3ac5220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3ac5220

Please sign in to comment.