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.
2 parents a3e2694 + 4c1147c commit 9f73fddCopy full SHA for 9f73fdd
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 = "1.7.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