Skip to content

Commit e8f2a5d

Browse files
authored
Merge pull request #17 from msepga/disable-chrono-default-features
Disable chrono's default-features
2 parents 542dd8b + 95d1049 commit e8f2a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ with-chrono-0_4 = ["chrono-04", "postgres-types/with-chrono-0_4"]
1313
[dependencies]
1414
postgres-protocol = "0.6"
1515
postgres-types = "0.2"
16-
chrono-04 = { version = "0.4", package = "chrono", optional = true }
16+
chrono-04 = { version = "0.4", package = "chrono", optional = true, default-features = false }
1717

1818
[dev-dependencies]
1919
postgres = "0.19"

0 commit comments

Comments
 (0)