1 2 3 4 5
fn main() { println!( "cargo:warning=`uefi-services` is deprecated. Functionality was moved to `uefi::helpers::init`." ); }