mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-05 03:12:18 +00:00
b7406690ec
(cherry picked from commit 053c6dc3aa)
Co-authored-by: madomado <madonuko@outlook.com>
36 lines
707 B
Diff
36 lines
707 B
Diff
--- mise-2025.9.15/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ mise-2025.9.15/Cargo.toml 2025-09-22T01:33:34.763933+00:00
|
|
@@ -507,27 +507,6 @@
|
|
optional = true
|
|
default-features = false
|
|
|
|
-[target."cfg(windows)".dependencies.self_update]
|
|
-version = "0.42"
|
|
-features = [
|
|
- "archive-zip",
|
|
- "compression-zip-deflate",
|
|
- "signatures",
|
|
- "rustls",
|
|
-]
|
|
-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"
|
|
|
|
@@ -544,3 +523,4 @@
|
|
[profile.serious]
|
|
lto = true
|
|
inherits = "release"
|
|
+
|