We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68076a1 commit 4c1147cCopy full SHA for 4c1147c
Cargo.toml
@@ -36,7 +36,7 @@ yaml-rust = { version = "0.4", optional = true }
36
rust-ini = { version = "0.18", optional = true }
37
ron = { version = "0.8", optional = true }
38
json5_rs = { version = "0.4", optional = true, package = "json5" }
39
-indexmap = { version = "2.0.0", features = ["serde-1"], optional = true}
+indexmap = { version = "2.0.0", features = ["serde"], optional = true }
40
convert_case = { version = "0.6", optional = true }
41
pathdiff = "0.2"
42
0 commit comments