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 9c0ffb3 commit bc5f6edCopy full SHA for bc5f6ed
crates/bundles/build.rs
@@ -27,8 +27,9 @@ fn bundle_presets() {
27
};
28
29
// export to rustc
30
- println!("cargo:rustc-env={LOCKED_VAR_NAME}={bundle_locked}");
31
- println!("cargo:rustc-env={PREFIX_VAR_NAME}={bundle_prefix}");
+ println!("cargo::rustc-env={LOCKED_VAR_NAME}={bundle_locked}");
+ println!("cargo::rustc-env={PREFIX_VAR_NAME}={bundle_prefix}");
32
+ println!("cargo::warning=setting\n {LOCKED_VAR_NAME}={bundle_locked}\n {PREFIX_VAR_NAME}={bundle_prefix}");
33
}
34
35
fn main() {
0 commit comments