From a2093b68f40482d75e245646b77764644472df64 Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Mon, 10 Apr 2023 16:37:59 +0200 Subject: [PATCH] alloc dep for bidi is needed. --- idna/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idna/Cargo.toml b/idna/Cargo.toml index a495de299..d8c75785a 100644 --- a/idna/Cargo.toml +++ b/idna/Cargo.toml @@ -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]]