From d08762793074e30825a9a484de80d148e551254c Mon Sep 17 00:00:00 2001 From: Bugen Zhao Date: Fri, 22 Sep 2023 16:13:05 +0800 Subject: [PATCH] fix hakari Signed-off-by: Bugen Zhao --- src/workspace-hack/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/workspace-hack/Cargo.toml b/src/workspace-hack/Cargo.toml index 72a2509ef125..7f3e730b714c 100644 --- a/src/workspace-hack/Cargo.toml +++ b/src/workspace-hack/Cargo.toml @@ -54,7 +54,7 @@ hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14", features hashbrown-5ef9efb8ec2df382 = { package = "hashbrown", version = "0.12", features = ["nightly", "raw"] } heck = { version = "0.4", features = ["unicode"] } hyper = { version = "0.14", features = ["full"] } -indexmap = { version = "1", default-features = false, features = ["std"] } +indexmap = { version = "1", default-features = false, features = ["serde", "std"] } itertools = { version = "0.10" } jni = { version = "0.21", features = ["invocation"] } lazy_static = { version = "1", default-features = false, features = ["spin_no_std"] }