3 lines
71 B
Rust
3 lines
71 B
Rust
|
|
fn main() {
|
||
|
|
println!("cargo:rerun-if-env-changed=GROK_VERSION");
|
||
|
|
}
|