You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe is there a way to automate this like build.rs file?
use std::env;
fn main() {
let version = env::var("CARGO_PKG_VERSION").unwrap();
println!("cargo:rustc-env=IMPLEMENTATION_VERSION_NAME=DICOM-rs {}", version);
}
Maybe is there a way to automate this like build.rs file?
dicom-rs/ul/src/lib.rs
Line 34 in 4f2c0d8
The text was updated successfully, but these errors were encountered: