mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 13:48:26 +00:00
Fix CI
This commit is contained in:
@@ -364,7 +364,7 @@ fn print_help(verbose: bool) -> Result<(), anyhow::Error> {
|
||||
#[allow(unused_mut, clippy::vec_init_then_push)]
|
||||
fn print_version(verbose: bool) -> Result<(), anyhow::Error> {
|
||||
if !verbose {
|
||||
println!("{}", env!("CARGO_PKG_VERSION"));
|
||||
println!("wasmer {}", env!("CARGO_PKG_VERSION"));
|
||||
} else {
|
||||
println!(
|
||||
"wasmer {} ({} {})",
|
||||
|
||||
Reference in New Issue
Block a user