mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-26 21:41:48 +02:00
chore: edition 2024
This commit is contained in:
@@ -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 = [] }
|
||||
|
||||
Reference in New Issue
Block a user