Skip to content

Commit e8bd3a5

Browse files
committed
fix: tokio postgres crate features
1 parent 50b1761 commit e8bd3a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

primitives/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ rand = { version = "^0.6" }
3939
# postgres feature
4040
postgres-types = {version = "0.1.0-alpha.1", optional = true}
4141
bytes = { version = "0.4.12", optional = true}
42-
tokio-postgres = {version = "0.5.0-alpha.1", optional = true}
42+
tokio-postgres = {version = "0.5.0-alpha.1", optional = true, features = ["with-chrono-0_4", "with-serde_json-1"]}
4343

4444
# Other
4545
lazy_static = "1.4.0"

0 commit comments

Comments
 (0)