Skip to content

Commit

Permalink
Bump version to 0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
agerasev committed Sep 27, 2024
1 parent 83d6c89 commit c5e7d2a
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.6" }
ringbuf = { path = ".", version = "0.4.7" }

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

[package]
name = "ringbuf"
version = "0.4.6"
version = "0.4.7"
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 c5e7d2a

Please sign in to comment.