Skip to content

Commit

Permalink
Bump version to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
agerasev committed Aug 20, 2024
1 parent de658c7 commit 5c69dc8
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.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"
Expand Down

0 comments on commit 5c69dc8

Please sign in to comment.