chore: bump CI toolchain to 1.73.0 (#567)

This commit is contained in:
SteveLauC
2023-10-06 12:05:44 +08:00
committed by GitHub
parent 3626c9cdc8
commit 71efce32c1
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ on:
name: CI
env:
RUST_VER: '1.72.1'
RUST_VER: '1.73.0'
CROSS_VER: '0.2.5'
CARGO_NET_RETRY: 3

View File

@@ -277,7 +277,7 @@ impl Aura {
impl ArchPackageManager for Aura {
fn upgrade(&self, ctx: &ExecutionContext) -> Result<()> {
let sudo = which("sudo").unwrap_or_else(PathBuf::new);
let sudo = which("sudo").unwrap_or_default();
let mut aur_update = ctx.run_type().execute(&sudo);
if sudo.ends_with("sudo") {