mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 21:58:20 +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)]
|
#[allow(unused_mut, clippy::vec_init_then_push)]
|
||||||
fn print_version(verbose: bool) -> Result<(), anyhow::Error> {
|
fn print_version(verbose: bool) -> Result<(), anyhow::Error> {
|
||||||
if !verbose {
|
if !verbose {
|
||||||
println!("{}", env!("CARGO_PKG_VERSION"));
|
println!("wasmer {}", env!("CARGO_PKG_VERSION"));
|
||||||
} else {
|
} else {
|
||||||
println!(
|
println!(
|
||||||
"wasmer {} ({} {})",
|
"wasmer {} ({} {})",
|
||||||
|
|||||||
Reference in New Issue
Block a user