diff --git a/Cargo.toml b/Cargo.toml index dd4607e89..11a6e90e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,9 +9,6 @@ members = [ ] resolver = "2" -[workspace.package] -edition = "2024" -rust-version = "1.91" [profile.release] panic = "abort" diff --git a/crates/clash-verge-signal/Cargo.toml b/crates/clash-verge-signal/Cargo.toml index 359fe559b..ef3b12983 100644 --- a/crates/clash-verge-signal/Cargo.toml +++ b/crates/clash-verge-signal/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "clash-verge-signal" version = "0.1.0" -edition.workspace = true -rust-version.workspace = true +edition = "2024" +rust-version = "1.91" [dependencies] clash-verge-logging = { workspace = true } diff --git a/crates/clash-verge-types/Cargo.toml b/crates/clash-verge-types/Cargo.toml index 256a2e786..8f89c5820 100644 --- a/crates/clash-verge-types/Cargo.toml +++ b/crates/clash-verge-types/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "clash-verge-types" version = "0.1.0" -edition.workspace = true -rust-version.workspace = true +edition = "2024" +rust-version = "1.91" [dependencies] serde = { workspace = true } diff --git a/crates/tauri-plugin-clash-verge-sysinfo/Cargo.toml b/crates/tauri-plugin-clash-verge-sysinfo/Cargo.toml index 2ed474147..2d6140709 100644 --- a/crates/tauri-plugin-clash-verge-sysinfo/Cargo.toml +++ b/crates/tauri-plugin-clash-verge-sysinfo/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "tauri-plugin-clash-verge-sysinfo" version = "0.1.0" -edition.workspace = true -rust-version.workspace = true +edition = "2024" +rust-version = "1.91" [dependencies] tauri = { workspace = true } diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 2082afe90..589a009b6 100755 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -7,8 +7,8 @@ license = "GPL-3.0-only" repository = "https://github.com/clash-verge-rev/clash-verge-rev.git" default-run = "clash-verge" build = "build.rs" -edition = { workspace = true } -rust-version = { workspace = true } +edition = "2024" +rust-version = "1.91" [lib] name = "app_lib"