Skip to content

Commit 08ed0fc

Browse files
author
flow
committed
fixup: Add required time tokio feature
1 parent fe1cb78 commit 08ed0fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/impls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ chrono = "0.4.38"
1010
tokio-postgres = { version = "0.7.12", features = ["with-chrono-0_4"] }
1111
bb8-postgres = "0.7"
1212
bytes = "1.4.0"
13-
tokio = { version = "1.38.0", default-features = false }
13+
tokio = { version = "1.38.0", default-features = false, features = ["time"] }
1414

1515
[dev-dependencies]
1616
tokio = { version = "1.38.0", default-features = false, features = ["rt-multi-thread", "macros"] }

0 commit comments

Comments
 (0)