Skip to content

Commit cb84c2b

Browse files
committed
Add "time" dependency for Tokio in maelstrom-util.
1 parent 2bb9af9 commit cb84c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/maelstrom-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ slog-async.workspace = true
3939
slog-term.workspace = true
4040
slog.workspace = true
4141
strum.workspace = true
42-
tokio = { workspace = true, features = ["sync"] }
42+
tokio = { workspace = true, features = ["sync", "time"] }
4343
toml.workspace = true
4444
walkdir.workspace = true
4545
xdg.workspace = true

0 commit comments

Comments
 (0)