summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Knaack <davidkna@users.noreply.github.com>2021-03-31 20:13:23 +0200
committerGitHub <noreply@github.com>2021-03-31 20:13:23 +0200
commit51972801de888f475d03e968a97ff01f0a2ebd7a (patch)
treeaea722a095caaaa8d97a2784bb0c1f19005b08d3 /Cargo.toml
parent9d15eb135b7f02662fa5df1a680b635f29d2515b (diff)
feat(config): warn about unknown config key names (#2527)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9c7939b7c..9589c0826 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -48,7 +48,7 @@ once_cell = "1.7.2"
chrono = "0.4.19"
sys-info = "0.8.0"
byte-unit = "4.0.10"
-starship_module_config_derive = { version = "0.1.2", path = "starship_module_config_derive" }
+starship_module_config_derive = { version = "0.2.0", path = "starship_module_config_derive" }
yaml-rust = "0.4.5"
pest = "2.1.3"
pest_derive = "2.1.0"