summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-07-20 19:04:21 +0200
committerMatthias Beyer <mail@beyermatthias.de>2023-07-20 19:04:21 +0200
commit4c1147c767623fe86759e90ec6d0884bac415643 (patch)
tree7a7ec21fa79c6084a171b8e0882f61ed6aa93e72
parent68076a10c26f2d766940ee2bd61ea77cf39b3226 (diff)
Fix feature name
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4a42af2..91b69c4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,7 +36,7 @@ yaml-rust = { version = "0.4", optional = true }
rust-ini = { version = "0.18", optional = true }
ron = { version = "0.8", optional = true }
json5_rs = { version = "0.4", optional = true, package = "json5" }
-indexmap = { version = "2.0.0", features = ["serde-1"], optional = true}
+indexmap = { version = "2.0.0", features = ["serde"], optional = true }
convert_case = { version = "0.6", optional = true }
pathdiff = "0.2"