Skip to content

Commit

Permalink
Release 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
udoprog committed Jul 10, 2022
1 parent 9c06487 commit 515f3ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "leaky-bucket"
version = "0.12.0"
version = "0.12.1"
authors = ["John-John Tedro <udoprog@tedro.se>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand All @@ -14,7 +14,7 @@ Futures-aware rate limiter implementation.
categories = ["algorithms", "network-programming", "concurrency"]

[dependencies]
parking_lot = "0.12.0"
parking_lot = "0.12.1"
tokio = { version = "1", features = ["time"] }
tracing = "0.1.26"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ a Tokio runtime with the [`time` feature] enabled.
Add the following to your `Cargo.toml`:

```toml
leaky-bucket = "0.12.0"
leaky-bucket = "0.12.1"
```

<br>
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//! Add the following to your `Cargo.toml`:
//!
//! ```toml
//! leaky-bucket = "0.12.0"
//! leaky-bucket = "0.12.1"
//! ```
//!
//! <br>
Expand Down

0 comments on commit 515f3ba

Please sign in to comment.