Skip to content

Commit

Permalink
Cargo.toml: cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytm committed Dec 11, 2020
1 parent d48f085 commit 691439d
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.3.0"
version = "0.3.1"
authors = ["The TiKV Project Developers"]
license = "MIT OR Apache-2.0"
edition = "2018"
Expand All @@ -15,7 +15,7 @@ all-features = 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"
pin-project-lite = "0.2.0"

[features]
default = ["futures-io", "fused-future", "standard-clock"]
Expand Down

0 comments on commit 691439d

Please sign in to comment.