Skip to content

Commit a2093b6

Browse files
committed
alloc dep for bidi is needed.
1 parent 6d622ab commit a2093b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

idna/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tester = "0.9"
3232
serde_json = { version = "1.0" }
3333

3434
[dependencies]
35-
unicode-bidi = { version = "0.3.10", default-features = false, features = ["hardcoded-data"] }
35+
unicode-bidi = { version = "0.3.10", default-features = false, features = ["hardcoded-data", "alloc"] }
3636
unicode-normalization = { version = "0.1.22", default-features = false }
3737

3838
[[bench]]

0 commit comments

Comments
 (0)