cargo fmt
This commit is contained in:
parent
fe9ffb8030
commit
7663f97372
1 changed files with 4 additions and 1 deletions
5
build.rs
5
build.rs
|
|
@ -1,5 +1,8 @@
|
||||||
use std::env;
|
use std::env;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
println!("cargo:rustc-env=WHISPER_CPP_VERSION={}", env::var("DEP_WHISPER_WHISPER_CPP_VERSION").unwrap());
|
println!(
|
||||||
|
"cargo:rustc-env=WHISPER_CPP_VERSION={}",
|
||||||
|
env::var("DEP_WHISPER_WHISPER_CPP_VERSION").unwrap()
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue