Skip to content

Commit 3469ab0

Browse files
author
Shawn L.
committed
WIP
1 parent cd8a341 commit 3469ab0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tokio-postgres/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ with-eui48-1 = ["postgres-types/with-eui48-1"]
3737
with-geo-types-0_6 = ["postgres-types/with-geo-types-0_6"]
3838
with-geo-types-0_7 = ["postgres-types/with-geo-types-0_7"]
3939
with-jiff-0_1 = ["postgres-types/with-jiff-0_1"]
40+
with-jiff-0_2 = ["postgres-types/with-jiff-0_2"]
4041
with-serde_json-1 = ["postgres-types/with-serde_json-1"]
4142
with-smol_str-01 = ["postgres-types/with-smol_str-01"]
4243
with-uuid-0_8 = ["postgres-types/with-uuid-0_8"]
@@ -85,6 +86,7 @@ eui48-1 = { version = "1.0", package = "eui48", default-features = false }
8586
geo-types-06 = { version = "0.6", package = "geo-types" }
8687
geo-types-07 = { version = "0.7", package = "geo-types" }
8788
jiff-01 = { version = "0.1", package = "jiff" }
89+
jiff-02 = { version = "0.2", package = "jiff" }
8890
serde-1 = { version = "1.0", package = "serde" }
8991
serde_json-1 = { version = "1.0", package = "serde_json" }
9092
smol_str-01 = { version = "0.1", package = "smol_str" }

0 commit comments

Comments
 (0)