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.
2 parents b5eb9be + 1e60997 commit 45bb356Copy full SHA for 45bb356
postgresql_embedded/Cargo.toml
@@ -12,7 +12,7 @@ version.workspace = true
12
13
[build-dependencies]
14
anyhow = { workspace = true }
15
-postgresql_archive = { path = "../postgresql_archive", version = "0.9.4" }
+postgresql_archive = { path = "../postgresql_archive", version = "0.9.4", default-features = false }
16
tokio = { workspace = true, features = ["full"] }
17
18
[dependencies]
0 commit comments