We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc79a0 commit 2dc8eb9Copy full SHA for 2dc8eb9
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "async-speed-limit"
3
-version = "0.2.0"
+version = "0.3.0"
4
authors = ["The TiKV Project Developers"]
5
license = "MIT OR Apache-2.0"
6
edition = "2018"
@@ -12,7 +12,7 @@ readme = "README.md"
12
all-features = true
13
14
[dependencies]
15
-futures-timer = { version = "2.0.2", optional = true }
+futures-timer = { version = "3.0.2", optional = true }
16
futures-io = { version = "0.3.1", optional = true }
17
futures-core = { version = "0.3.1", optional = true }
18
pin-project-lite = "0.1.1"
0 commit comments