Skip to content

Commit 0deae3c

Browse files
Use cargo: (universally supported) instead of cargo:: (1.80+ only) syntax for rustc-check-cfg
Ref: commit e67e733 Ref: #575 Closes #576 Closes nabijaczleweli/cargo-update#277
1 parent a09b66e commit 0deae3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use std::env;
22

33
fn main() {
44
println!(
5-
"cargo::rustc-check-cfg=cfg(\
5+
"cargo:rustc-check-cfg=cfg(\
66
need_openssl_init,\
77
need_openssl_probe,\
88
)"

0 commit comments

Comments
 (0)