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-sys-locale/sys-locale-fix-metadata.diff

26 lines
932 B

--- sys-locale-0.2.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ sys-locale-0.2.1/Cargo.toml 2022-07-16T11:20:26.239014+00:00
@@ -20,22 +20,3 @@
repository = "https://github.com/1Password/sys-locale"
[build-dependencies.cc]
version = "1.0"
-[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.cstr_core]
-version = "0.2"
-
-[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.libc]
-version = "0.2"
-[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys]
-version = "0.3"
-
-[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
-version = "0.2"
-
-[target."cfg(target_arch = \"wasm32\")".dependencies.web-sys]
-version = "0.3"
-features = ["Window", "WorkerGlobalScope", "Navigator", "WorkerNavigator"]
-[target."cfg(target_os = \"android\")".dependencies.libc]
-version = "0.2"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["winnls"]