From 23584162c465c8a871f9193be46fd0401499543e Mon Sep 17 00:00:00 2001 From: Inga Date: Tue, 14 Nov 2023 11:54:39 +0000 Subject: [PATCH] fixed build --- hostnames_allocator/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hostnames_allocator/Cargo.toml b/hostnames_allocator/Cargo.toml index 5acb79a..ccf1231 100644 --- a/hostnames_allocator/Cargo.toml +++ b/hostnames_allocator/Cargo.toml @@ -17,7 +17,7 @@ lazy_static = "1.4.0" [dependencies.regex] version = "1.10.2" default-features = false -features = ["std"] +features = ["std", "unicode-perl"] [dev-dependencies] itertools = "0.11.0"