ksud: Force creating new module format to avoid many wired issues. close #1384, close #1381

This commit is contained in:
weishu
2024-02-25 22:29:02 +08:00
parent 3f12080dfe
commit 300d9d4cca
3 changed files with 56 additions and 54 deletions

View File

@@ -537,6 +537,12 @@ dependencies = [
"miniz_oxide",
]
[[package]]
name = "fs_extra"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
[[package]]
name = "fuchsia-cprng"
version = "0.1.1"
@@ -800,6 +806,7 @@ dependencies = [
"encoding_rs",
"env_logger",
"extattr",
"fs_extra",
"getopts",
"hole-punch",
"humansize",