mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-07 20:32:19 +00:00
01b5ec32db
(cherry picked from commit c1c9a4f517)
Co-authored-by: madomado <madonuko@outlook.com>
26 lines
532 B
Diff
26 lines
532 B
Diff
--- mise-2025.1.6/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ mise-2025.1.6/Cargo.toml 2025-01-12T13:52:48.260853+00:00
|
|
@@ -465,17 +465,6 @@
|
|
]
|
|
default-features = false
|
|
|
|
-[target."cfg(windows)".dependencies.self_update]
|
|
-version = "0.42"
|
|
-features = [
|
|
- "archive-zip",
|
|
- "signatures",
|
|
-]
|
|
-default-features = false
|
|
-
|
|
-[target."cfg(windows)".dependencies.sevenz-rust]
|
|
-version = "0.6"
|
|
-
|
|
[lints.clippy]
|
|
borrowed_box = "allow"
|
|
|
|
@@ -483,3 +472,4 @@
|
|
level = "warn"
|
|
priority = 0
|
|
check-cfg = ["cfg(coverage,coverage_nightly)"]
|
|
+
|