Skip to content

Commit 8572255

Browse files
committed
Making uluru optional
1 parent adf21fe commit 8572255

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spans = ["wasm-bindgen-macro/spans"]
2525
std = []
2626
serde-serialize = ["serde", "serde_json", "std"]
2727
nightly = []
28-
enable-interning = ["std"]
28+
enable-interning = ["std", "uluru"]
2929

3030
# Whether or not the `#[wasm_bindgen]` macro is strict and generates an error on
3131
# all unused attributes
@@ -39,7 +39,7 @@ xxx_debug_only_print_generated_code = ["wasm-bindgen-macro/xxx_debug_only_print_
3939
wasm-bindgen-macro = { path = "crates/macro", version = "=0.2.48" }
4040
serde = { version = "1.0", optional = true }
4141
serde_json = { version = "1.0", optional = true }
42-
uluru = "0.3.0"
42+
uluru = { version = "0.3.0", optional = true }
4343
cfg-if = "0.1.9"
4444

4545
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]

0 commit comments

Comments
 (0)