We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 542dd8b commit 95d1049Copy full SHA for 95d1049
Cargo.toml
@@ -13,7 +13,7 @@ with-chrono-0_4 = ["chrono-04", "postgres-types/with-chrono-0_4"]
13
[dependencies]
14
postgres-protocol = "0.6"
15
postgres-types = "0.2"
16
-chrono-04 = { version = "0.4", package = "chrono", optional = true }
+chrono-04 = { version = "0.4", package = "chrono", optional = true, default-features = false }
17
18
[dev-dependencies]
19
postgres = "0.19"
0 commit comments