Skip to content

Commit

Permalink
Bump version to 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
agerasev committed Sep 26, 2024
1 parent 9e0d3e6 commit 1c16349
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.5" }
ringbuf = { path = ".", version = "0.4.6" }

[workspace]
members = ["async", "blocking"]

[package]
name = "ringbuf"
version = "0.4.5"
version = "0.4.6"
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 1c16349

Please sign in to comment.