-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(cherry picked from commit 97d5347) Co-authored-by: madomado <[email protected]>
- Loading branch information
Showing
2 changed files
with
22 additions
and
23 deletions.
There are no files selected for viewing
31 changes: 14 additions & 17 deletions
31
anda/langs/rust/bandwhich/bandwhich-fix-metadata-auto.diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,20 @@ | ||
--- bandwhich-0.22.2/Cargo.toml 1970-01-01T00:00:01+00:00 | ||
+++ bandwhich-0.22.2/Cargo.toml 2024-02-02T05:59:38.855816+00:00 | ||
@@ -149,20 +149,6 @@ | ||
version = "0.25.0" | ||
features = ["derive"] | ||
|
||
-[target."cfg(any(target_os = \"macos\", target_os = \"freebsd\"))".dependencies.regex] | ||
-version = "1.10.3" | ||
- | ||
[target."cfg(target_os = \"linux\")".dependencies.procfs] | ||
--- bandwhich-0.23.0/Cargo.toml 1970-01-01T00:00:01+00:00 | ||
+++ bandwhich-0.23.0/Cargo.toml 2024-08-18T04:14:50.797745+00:00 | ||
@@ -165,17 +165,3 @@ | ||
[target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies.procfs] | ||
version = "0.16.0" | ||
|
||
-[target."cfg(target_os = \"windows\")".dependencies.netstat2] | ||
-[target.'cfg(any(target_os = "macos", target_os = "freebsd"))'.dependencies.regex] | ||
-version = "1.10.5" | ||
- | ||
-[target.'cfg(target_os = "windows")'.dependencies.netstat2] | ||
-version = "0.9.1" | ||
- | ||
-[target."cfg(target_os = \"windows\")".dependencies.sysinfo] | ||
-version = "0.30.5" | ||
-[target.'cfg(target_os = "windows")'.dependencies.sysinfo] | ||
-version = "0.31.0" | ||
- | ||
-[target."cfg(target_os = \"windows\")".build-dependencies.http_req] | ||
-version = "0.10.2" | ||
-[target.'cfg(target_os = "windows")'.build-dependencies.http_req] | ||
-version = "0.11.1" | ||
- | ||
-[target."cfg(target_os = \"windows\")".build-dependencies.zip] | ||
-version = "0.6.6" | ||
-[target.'cfg(target_os = "windows")'.build-dependencies.zip] | ||
-version = "2.1.6" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters