Skip to content

Commit

Permalink
Added a missing tokio feature
Browse files Browse the repository at this point in the history
  • Loading branch information
archis-polyverse committed Jan 23, 2021
1 parent 0092807 commit 09c7365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ serde = { version = "1.0.120", features = ["derive"], optional = true }
# Optional - only enabled through the "async" feature
futures = { version = "0.3.12", optional = true }
futures-util = { version = "0.3.12", optional = true }
tokio = { version = "1.0.2", features = ["rt", "fs", "io-util", "macros"], optional = true }
tokio = { version = "1.0.2", features = ["rt", "fs", "io-util", "macros", "time"], optional = true }
pin-project = {version = "1.0.4", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 09c7365

Please sign in to comment.