From c0930bcf6a913df5057207747ba593b81ba5fe83 Mon Sep 17 00:00:00 2001 From: brianheineman Date: Mon, 30 Sep 2024 19:31:00 -0600 Subject: [PATCH] build: correct documentation build --- postgresql_embedded/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresql_embedded/Cargo.toml b/postgresql_embedded/Cargo.toml index 8bdf14a..6a1a126 100644 --- a/postgresql_embedded/Cargo.toml +++ b/postgresql_embedded/Cargo.toml @@ -42,7 +42,7 @@ default = [ "theseus", ] blocking = ["tokio"] -bundled = [] +bundled = ["postgresql_archive/github"] native-tls = [ "postgresql_archive/native-tls", "sqlx/tls-native-tls",