Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
agerasev committed Feb 11, 2024
1 parent a68d1ff commit 1c966f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion async/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion blocking/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 1c966f7

Please sign in to comment.