Skip to content

Commit 09c7365

Browse files
Added a missing tokio feature
1 parent 0092807 commit 09c7365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ serde = { version = "1.0.120", features = ["derive"], optional = true }
5050
# Optional - only enabled through the "async" feature
5151
futures = { version = "0.3.12", optional = true }
5252
futures-util = { version = "0.3.12", optional = true }
53-
tokio = { version = "1.0.2", features = ["rt", "fs", "io-util", "macros"], optional = true }
53+
tokio = { version = "1.0.2", features = ["rt", "fs", "io-util", "macros", "time"], optional = true }
5454
pin-project = {version = "1.0.4", optional = true }
5555

5656
[dev-dependencies]

0 commit comments

Comments
 (0)