File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ spans = ["wasm-bindgen-macro/spans"]
25
25
std = []
26
26
serde-serialize = [" serde" , " serde_json" , " std" ]
27
27
nightly = []
28
- enable-interning = [" std" ]
28
+ enable-interning = [" std" , " uluru " ]
29
29
30
30
# Whether or not the `#[wasm_bindgen]` macro is strict and generates an error on
31
31
# all unused attributes
@@ -39,7 +39,7 @@ xxx_debug_only_print_generated_code = ["wasm-bindgen-macro/xxx_debug_only_print_
39
39
wasm-bindgen-macro = { path = " crates/macro" , version = " =0.2.48" }
40
40
serde = { version = " 1.0" , optional = true }
41
41
serde_json = { version = " 1.0" , optional = true }
42
- uluru = " 0.3.0"
42
+ uluru = { version = " 0.3.0" , optional = true }
43
43
cfg-if = " 0.1.9"
44
44
45
45
[target .'cfg(target_arch = "wasm32")' .dev-dependencies ]
You can’t perform that action at this time.
0 commit comments