Skip to content

Commit

Permalink
Use cargo: (universally supported) instead of cargo:: (1.80+ only) sy…
Browse files Browse the repository at this point in the history
…ntax for rustc-check-cfg

Ref: commit e67e733
Ref: #575
Closes #576
Closes nabijaczleweli/cargo-update#277
  • Loading branch information
nabijaczleweli committed Sep 28, 2024
1 parent a09b66e commit 0deae3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::env;

fn main() {
println!(
"cargo::rustc-check-cfg=cfg(\
"cargo:rustc-check-cfg=cfg(\
need_openssl_init,\
need_openssl_probe,\
)"
Expand Down

0 comments on commit 0deae3c

Please sign in to comment.