From 3c29020523dc668631ac68deadef13dad1f60ea0 Mon Sep 17 00:00:00 2001 From: KooshaPari <42529354+KooshaPari@users.noreply.github.com> Date: Fri, 7 Aug 2026 16:17:56 -0700 Subject: [PATCH] fix(ci): restore indexmap serde feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 751a322f52..f354504813 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -109,7 +109,7 @@ html2md = "0.2.15" http = "1.2.0" ignore = "0.4.23" is_ci = "1.2.0" -indexmap = "2.13.0" +indexmap = { version = "2.13.0", features = ["serde"] } infer = "0.19.0" insta = { version = "1.47.2", features = ["json", "yaml"] } lazy_static = "1.4.0"