chore: edition 2024

This commit is contained in:
Lucas Nogueira
2026-09-26 15:36:22 -03:00
parent b517cc7e85
commit 3d8a3c877b
100 changed files with 276 additions and 253 deletions
@@ -818,7 +818,8 @@ fn run_update_cases(
if code != expected_exit_code {
panic!(
"failed to run app bundled as {}, expected exit code {expected_exit_code}, got {code}", bundle_target.name()
"failed to run app bundled as {}, expected exit code {expected_exit_code}, got {code}",
bundle_target.name()
);
}
#[cfg(windows)]
@@ -32,7 +32,7 @@ fn npm_command() -> Command {
}
mod v1 {
use super::{npm_command, BundleTarget, UPDATER_PRIVATE_KEY};
use super::{BundleTarget, UPDATER_PRIVATE_KEY, npm_command};
use serde::Serialize;
use std::{
path::{Path, PathBuf},
@@ -3,7 +3,7 @@ workspace = {}
[package]
name = "app-updater-v1"
version = "0.1.0"
edition = "2021"
edition = "2024"
[build-dependencies]
tauri-build = { version = "1", features = [] }