28 lines
729 B
Diff
28 lines
729 B
Diff
--- zip-8.1.0/Cargo.toml 2006-07-24T01:21:28+00:00
|
|
+++ zip-8.1.0/Cargo.toml 2026-02-24T09:34:16.388170+00:00
|
|
@@ -277,25 +277,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"
|