Skip to content

Commit 1e60997

Browse files
committed
fix: don't require rustls for the build script. only enable by default.
1 parent b5eb9be commit 1e60997

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)