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",