We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3654e61 commit f64f11dCopy full SHA for f64f11d
src/doc/src/reference/build-script-examples.md
@@ -440,7 +440,7 @@ script looks something [like
440
this](https://github.com/sfackler/rust-openssl/blob/dc72a8e2c429e46c275e528b61a733a66e7877fc/openssl-sys/build/main.rs#L216):
441
442
```rust,ignore
443
-println!("cargo:version_number={openssl_version:x}");
+println!("cargo::metadata=version_number={openssl_version:x}");
444
```
445
446
This instruction causes the `DEP_OPENSSL_VERSION_NUMBER` environment variable
0 commit comments