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.
1 parent 8788874 commit f855644Copy full SHA for f855644
postgresql_embedded/build/bundle.rs
@@ -17,6 +17,8 @@ use url::Url;
17
/// self-contained binary that does not require the PostgreSQL archive to be
18
/// downloaded at runtime.
19
pub(crate) async fn stage_postgresql_archive() -> Result<()> {
20
+ println!("cargo:rerun-if-env-changed=POSTGRESQL_VERSION");
21
+ println!("cargo:rerun-if-env-changed=POSTGRESQL_RELEASES_URL");
22
#[cfg(feature = "theseus")]
23
let default_releases_url = postgresql_archive::configuration::theseus::URL.to_string();
24
#[cfg(not(feature = "theseus"))]
0 commit comments