mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
8 lines
240 B
Rust
8 lines
240 B
Rust
fn main() {
|
|
// Don't rebuild miri when nothing changed.
|
|
println!("cargo:rerun-if-changed=build.rs");
|
|
// vergen
|
|
vergen::generate_cargo_keys(vergen::ConstantsFlags::all())
|
|
.expect("Unable to generate vergen keys!");
|
|
}
|