Skip to content

Commit

Permalink
Cargo.toml: cargo update
Browse files Browse the repository at this point in the history
Signed-off-by: kennytm <[email protected]>
  • Loading branch information
kennytm committed Feb 23, 2020
1 parent ccc79a0 commit 2dc8eb9
Showing 1 changed file with 2 additions and 2 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 = "async-speed-limit"
version = "0.2.0"
version = "0.3.0"
authors = ["The TiKV Project Developers"]
license = "MIT OR Apache-2.0"
edition = "2018"
Expand All @@ -12,7 +12,7 @@ readme = "README.md"
all-features = true

[dependencies]
futures-timer = { version = "2.0.2", optional = true }
futures-timer = { version = "3.0.2", optional = true }
futures-io = { version = "0.3.1", optional = true }
futures-core = { version = "0.3.1", optional = true }
pin-project-lite = "0.1.1"
Expand Down

0 comments on commit 2dc8eb9

Please sign in to comment.