Skip to content

Commit 399f14c

Browse files
committed
CI fix
1 parent d239c50 commit 399f14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imagequant-sys/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
fn main() {
22
if cfg!(all(feature = "std", feature = "no_std")) {
3-
println!("cargo::warning=both std and no_std features are enabled in imagequant-sys");
3+
println!("cargo:warning=both std and no_std features are enabled in imagequant-sys");
44
}
55
println!("cargo:include={}", std::env::var("CARGO_MANIFEST_DIR").unwrap());
66
}

0 commit comments

Comments
 (0)