mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-04 10:52:18 +00:00
2680708a63
(cherry picked from commit 82cd8f0fea)
Co-authored-by: madomado <madonuko@outlook.com>
27 lines
538 B
Diff
27 lines
538 B
Diff
--- mise-2025.3.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ mise-2025.3.0/Cargo.toml 2025-03-02T07:08:39.544459+00:00
|
|
@@ -469,18 +469,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"
|
|
-
|
|
[lints.clippy]
|
|
borrowed_box = "allow"
|
|
|
|
@@ -495,3 +483,4 @@
|
|
[profile.serious]
|
|
lto = true
|
|
inherits = "release"
|
|
+
|