You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-dua-cli/dua-cli-fix-metadata.diff

20 lines
425 B

--- a/Cargo.toml
+++ b/Cargo.toml
@@ -78,7 +78,7 @@ version = "0.6.0"
version = "1.10.0"
[dependencies.open]
-version = "3.0"
+version = "4.0"
optional = true
[dependencies.petgraph]
@@ -129,7 +129,3 @@ tui-unix = [
"crosstermion/tui-react-termion",
"tui-shared",
]
-
-[target."cfg(all(target_os = \"macos\", target_arch = \"aarch64\"))".dependencies.sysinfo]
-version = "0.23.2"
-default-features = false