Skip to content

Commit

Permalink
release v0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocodutra committed Mar 6, 2022
1 parent 9a61958 commit d316a47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ring-channel"
version = "0.10.1"
version = "0.11.0"
edition = "2021"
authors = ["Bruno Dutra <brunocodutra@gmail.com>"]
description = "Bounded MPMC channel abstraction on top of a ring buffer"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RingChannel is available on [crates.io], simply add it as a dependency in your `

```
[dependencies]
ring-channel = "0.10"
ring-channel = "0.11"
```

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

0 comments on commit d316a47

Please sign in to comment.