summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDavid Knaack <davidkna@users.noreply.github.com>2021-03-31 17:31:55 +0200
committerGitHub <noreply@github.com>2021-03-31 17:31:55 +0200
commitd06ba072a88da96448260ff7c97174a08aad669a (patch)
tree30ff17a324703e767a8bb19b0114d7d6ca2aea0c /Cargo.lock
parent2b15ca1a157fa21dd7d8432b2c51e1e2ecf87496 (diff)
feat(config): allow printing default and computed config (#2521)
* feat: allow printing default and computed config * fix custom modules * actually fix custom modules
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index cf30a0a1f..4372916fd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -694,6 +694,7 @@ checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3"
dependencies = [
"autocfg",
"hashbrown",
+ "serde",
]
[[package]]
@@ -1627,7 +1628,7 @@ dependencies = [
[[package]]
name = "starship_module_config_derive"
-version = "0.1.2"
+version = "0.1.3"
dependencies = [
"proc-macro2",
"quote 1.0.9",