Skip to content

Commit 691439d

Browse files
committed
Cargo.toml: cargo update
1 parent d48f085 commit 691439d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-speed-limit"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["The TiKV Project Developers"]
55
license = "MIT OR Apache-2.0"
66
edition = "2018"
@@ -15,7 +15,7 @@ all-features = true
1515
futures-timer = { version = "3.0.2", optional = true }
1616
futures-io = { version = "0.3.1", optional = true }
1717
futures-core = { version = "0.3.1", optional = true }
18-
pin-project-lite = "0.1.1"
18+
pin-project-lite = "0.2.0"
1919

2020
[features]
2121
default = ["futures-io", "fused-future", "standard-clock"]

0 commit comments

Comments
 (0)