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-aut...

28 lines
737 B

--- sys-locale-0.2.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ sys-locale-0.2.3/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -25,24 +25,3 @@
license = "MIT OR Apache-2.0"
repository = "https://github.com/1Password/sys-locale"
-[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"]