Skip to content

Commit 1c16349

Browse files
committed
Bump version to 0.4.6
1 parent 9e0d3e6 commit 1c16349

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ readme = "README.md"
77
license = "MIT/Apache-2.0"
88

99
[workspace.dependencies]
10-
ringbuf = { path = ".", version = "0.4.5" }
10+
ringbuf = { path = ".", version = "0.4.6" }
1111

1212
[workspace]
1313
members = ["async", "blocking"]
1414

1515
[package]
1616
name = "ringbuf"
17-
version = "0.4.5"
17+
version = "0.4.6"
1818
edition.workspace = true
1919
authors.workspace = true
2020
description = "Lock-free SPSC FIFO ring buffer with direct access to inner data"

0 commit comments

Comments
 (0)