Skip to content

Commit 3acabdc

Browse files
committed
fix: import unix upgrade bail macro
1 parent 9aaad5c commit 3acabdc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

crates/cli/src/upgrade_command.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ use std::process::Command;
1717

1818
use anyhow::Context;
1919
use anyhow::Result;
20+
#[cfg(unix)]
21+
use anyhow::bail;
2022

2123
#[cfg(unix)]
2224
const INSTALL_SH_URL: &str = "https://raw.githubusercontent.com/7df-lab/devo/main/install.sh";

0 commit comments

Comments
 (0)