Skip to content

Commit b0696df

Browse files
committed
Fix missing feature
1 parent 2230375 commit b0696df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/timers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = ["Emile Fugulin <[email protected]>"]
1010
[dependencies]
1111
log = { version = "0.4" }
1212
rquickjs = { version = "0.9", features = ["macro", "futures"] }
13-
tokio = { version = "1", features = ["time", "macros"] }
13+
tokio = { version = "1", features = ["sync", "time", "macros"] }
1414

1515
[dev-dependencies]
1616
futures = { version = "0.3" }

0 commit comments

Comments
 (0)