Skip to content

Commit 1fb1c1f

Browse files
committed
release v0.12
1 parent 6068058 commit 1fb1c1f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ring-channel"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
edition = "2021"
55
authors = ["Bruno Dutra <brunocodutra@gmail.com>"]
66
description = "Bounded MPMC channel abstraction on top of a ring buffer"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RingChannel is available on [crates.io], simply add it as a dependency in your `
88

99
```
1010
[dependencies]
11-
ring-channel = "0.11"
11+
ring-channel = "0.12"
1212
```
1313

1414
The full API documentation is available on [docs.rs][docs.home]

0 commit comments

Comments
 (0)