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-dirs-sys0.3/dirs-sys-fix-metadata-auto....

15 lines
546 B

--- dirs-sys-0.3.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ dirs-sys-0.3.7/Cargo.toml 2023-05-29T15:54:47.792518+00:00
@@ -17,11 +17,5 @@
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/dirs-dev/dirs-sys-rs"
-[target."cfg(target_os = \"redox\")".dependencies.redox_users]
-version = "0.4"
-default-features = false
[target."cfg(unix)".dependencies.libc]
version = "0.2"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["knownfolders", "objbase", "shlobj", "winbase", "winerror"]