28 lines
730 B
Diff
28 lines
730 B
Diff
--- zip-8.6.0/Cargo.toml 2006-07-24T01:21:28+00:00
|
|
+++ zip-8.6.0/Cargo.toml 2026-09-01T05:56:06.226750+00:00
|
|
@@ -275,25 +275,3 @@
|
|
version = "0.4"
|
|
default-features = false
|
|
|
|
-[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
|
|
-version = "0.4"
|
|
-features = ["wasm_js"]
|
|
-optional = true
|
|
-default-features = false
|
|
-
|
|
-[target.'cfg(target_arch = "wasm32")'.dependencies.time]
|
|
-version = "^0.3.47"
|
|
-features = [
|
|
- "std",
|
|
- "wasm-bindgen",
|
|
-]
|
|
-optional = true
|
|
-default-features = false
|
|
-
|
|
-[target.'cfg(target_arch = "wasm32")'.dev-dependencies.getrandom]
|
|
-version = "0.4"
|
|
-features = ["wasm_js"]
|
|
-default-features = false
|
|
-
|
|
-[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test]
|
|
-version = "^0.3.56"
|