mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 18:02:19 +00:00
fbe07df9fa
* add: mise
* no test
Signed-off-by: madomado <madonuko@outlook.com>
* Update rust-mise.spec
---------
Signed-off-by: madomado <madonuko@outlook.com>
(cherry picked from commit d8d774179a)
Co-authored-by: madomado <madonuko@outlook.com>
26 lines
536 B
Diff
26 lines
536 B
Diff
--- mise-2024.12.14/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ mise-2024.12.14/Cargo.toml 2024-12-19T16:42:09.096450+00:00
|
|
@@ -461,17 +461,6 @@
|
|
]
|
|
default-features = false
|
|
|
|
-[target."cfg(windows)".dependencies.self_update]
|
|
-version = "0.41"
|
|
-features = [
|
|
- "archive-zip",
|
|
- "signatures",
|
|
-]
|
|
-default-features = false
|
|
-
|
|
-[target."cfg(windows)".dependencies.sevenz-rust]
|
|
-version = "0.6"
|
|
-
|
|
[lints.clippy]
|
|
borrowed_box = "allow"
|
|
|
|
@@ -479,3 +468,4 @@
|
|
level = "warn"
|
|
priority = 0
|
|
check-cfg = ["cfg(coverage,coverage_nightly)"]
|
|
+
|