Skip to content

Commit 168435c

Browse files
committed
fix: enable tokio time for core package builds
Signed-off-by: Will Killian <wkillian@nvidia.com>
1 parent d5c2407 commit 168435c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ schemars = { version = "0.8", optional = true }
8383
chrono = { version = "0.4", features = ["serde"] }
8484
bitflags = { version = "2", features = ["serde"] }
8585
thiserror = "2"
86-
tokio = { version = "1", default-features = false, features = ["rt", "macros", "sync"] }
86+
tokio = { version = "1", default-features = false, features = ["rt", "macros", "sync", "time"] }
8787
tokio-stream = { version = "0.1", default-features = false, features = ["sync"] }
8888
typed-builder = "0.23.2"
8989
futures-util = { version = "0.3", optional = true }

0 commit comments

Comments
 (0)