summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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 ba5f57f..bcd7346 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ chrono = "0.4"
clap = "3.0.0-beta.2"
clap_generate = "3.0.0-beta.2"
colored = "2"
-config = { git = "https://github.com/matthiasbeyer/config-rs", branch = "get-value-mut" }
+config = { git = "https://github.com/matthiasbeyer/config-rs", branch = "add-setter" }
csv = "1.1"
daggy = { version = "0.7", features = [ "serde" ] }
dialoguer = "0.7"