mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-11 22:20:39 +00:00
24b846908d
(cherry picked from commit 7abe45797b)
Co-authored-by: madomado <madonuko@outlook.com>
34 lines
660 B
Diff
34 lines
660 B
Diff
--- mise-2025.5.15/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ mise-2025.5.15/Cargo.toml 2025-05-28T15:40:58.219641+00:00
|
|
@@ -475,25 +475,6 @@
|
|
optional = true
|
|
default-features = false
|
|
|
|
-[target."cfg(windows)".dependencies.self_update]
|
|
-version = "0.42"
|
|
-features = [
|
|
- "archive-zip",
|
|
- "signatures",
|
|
-]
|
|
-optional = true
|
|
-default-features = false
|
|
-
|
|
-[target."cfg(windows)".dependencies.sevenz-rust]
|
|
-version = "0.6"
|
|
-
|
|
-[target."cfg(windows)".dependencies.winapi]
|
|
-version = "0.3.9"
|
|
-features = [
|
|
- "consoleapi",
|
|
- "minwindef",
|
|
-]
|
|
-
|
|
[lints.clippy]
|
|
borrowed_box = "allow"
|
|
|
|
@@ -508,3 +489,4 @@
|
|
[profile.serious]
|
|
lto = true
|
|
inherits = "release"
|
|
+
|