Skip to content

Commit

Permalink
Upgrade to: governor = "0.6"
Browse files Browse the repository at this point in the history
  • Loading branch information
try-box committed Oct 3, 2023
1 parent f2f4080 commit cb9c382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stream-ext/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stream-ext"
version = "0.2.2"
version = "0.2.3"
authors = ["try <trywen@qq.com>"]
edition = "2018"
rust-version = "1.47"
Expand All @@ -18,4 +18,4 @@ default = []
futures = "0.3"
log = "0.4"
leaky-bucket = { version = "0.12", optional = true }
governor = { version = "0.5", optional = true }
governor = { version = "0.6", optional = true }

0 comments on commit cb9c382

Please sign in to comment.