Skip to content

Commit 45bb356

Browse files
Merge pull request #72 from ctron/feature/fix_build_deps_1
fix: don't require rustls for the build script. only enable by default.
2 parents b5eb9be + 1e60997 commit 45bb356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql_embedded/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ version.workspace = true
1212

1313
[build-dependencies]
1414
anyhow = { workspace = true }
15-
postgresql_archive = { path = "../postgresql_archive", version = "0.9.4" }
15+
postgresql_archive = { path = "../postgresql_archive", version = "0.9.4", default-features = false }
1616
tokio = { workspace = true, features = ["full"] }
1717

1818
[dependencies]

0 commit comments

Comments
 (0)