Skip to content

Commit

Permalink
alloc dep for bidi is needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
domenukk committed Apr 10, 2023
1 parent 6d622ab commit a2093b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idna/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tester = "0.9"
serde_json = { version = "1.0" }

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

[[bench]]
Expand Down

0 comments on commit a2093b6

Please sign in to comment.