File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -23,17 +23,18 @@ bencher = "0.1"
23
23
24
24
[target .'cfg(all(target_arch = "wasm32", target_os = "unknown"))' .dev-dependencies ]
25
25
wasm-bindgen-test = " 0.3"
26
+ web-sys = { version = " 0.3.65" , features = [" Navigator" , " Window" ] }
26
27
27
28
[dependencies ]
28
29
form_urlencoded = { version = " 1.2.1" , path = " ../form_urlencoded" }
29
30
percent-encoding = { version = " 2.3.1" , path = " ../percent_encoding" }
30
31
serde = { version = " 1.0" , optional = true , features = [" derive" ] }
31
32
32
- [target .'cfg(not(target_arch = "wasm32"))' .dependencies ]
33
+ [target .'cfg(not(all( target_arch = "wasm32", target_os = "unknown") ))' .dependencies ]
33
34
idna = { version = " 0.5.0" , path = " ../idna" }
34
35
35
- [target .'cfg(target_arch = "wasm32")' .dependencies ]
36
- web-sys = { version = " 0.3.65" , features = [" Navigator " , " Url" , " Window " ] }
36
+ [target .'cfg(all( target_arch = "wasm32", target_os = "unknown") )' .dependencies ]
37
+ web-sys = { version = " 0.3.65" , features = [" Url" ] }
37
38
38
39
[features ]
39
40
default = []
You can’t perform that action at this time.
0 commit comments