fix: enable indexmap serde support for musl builds (#10507)
This commit is contained in:
@@ -187,7 +187,7 @@ schemars = { workspace = true, features = [
|
||||
"derive",
|
||||
] }
|
||||
shellexpand = { workspace = true }
|
||||
indexmap = { version = "2.9", default-features = false, features = ["std"] }
|
||||
indexmap = { version = "2.9", default-features = false, features = ["serde", "std"] }
|
||||
ignore = { workspace = true }
|
||||
rayon = { workspace = true }
|
||||
tree-sitter = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user