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 d48f085 commit 691439dCopy full SHA for 691439d
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "async-speed-limit"
3
-version = "0.3.0"
+version = "0.3.1"
4
authors = ["The TiKV Project Developers"]
5
license = "MIT OR Apache-2.0"
6
edition = "2018"
@@ -15,7 +15,7 @@ all-features = true
15
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"
+pin-project-lite = "0.2.0"
19
20
[features]
21
default = ["futures-io", "fused-future", "standard-clock"]
0 commit comments