mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-07 20:32:19 +00:00
2dca9fe90e
(cherry picked from commit 843704c7eb)
Co-authored-by: madomado <madonuko@outlook.com>
27 lines
563 B
Diff
27 lines
563 B
Diff
--- mise-2025.2.3/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ mise-2025.2.3/Cargo.toml 2025-02-09T16:23:06.178985+00:00
|
|
@@ -476,18 +476,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 @@
|
|
level = "warn"
|
|
priority = 0
|
|
check-cfg = ["cfg(coverage,coverage_nightly)"]
|
|
+
|