Skip to content

Commit 4c1147c

Browse files
committed
Fix feature name
Signed-off-by: Matthias Beyer <[email protected]>
1 parent 68076a1 commit 4c1147c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ yaml-rust = { version = "0.4", optional = true }
3636
rust-ini = { version = "0.18", optional = true }
3737
ron = { version = "0.8", optional = true }
3838
json5_rs = { version = "0.4", optional = true, package = "json5" }
39-
indexmap = { version = "2.0.0", features = ["serde-1"], optional = true}
39+
indexmap = { version = "2.0.0", features = ["serde"], optional = true }
4040
convert_case = { version = "0.6", optional = true }
4141
pathdiff = "0.2"
4242

0 commit comments

Comments
 (0)