From f7fadc118f2de7e84cef8c6d4103296289564f74 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 7 Mar 2020 16:52:50 +0100 Subject: Move to toml-query from master branch Signed-off-by: Matthias Beyer --- bin/domain/imag-contact/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/domain/imag-contact/Cargo.toml') diff --git a/bin/domain/imag-contact/Cargo.toml b/bin/domain/imag-contact/Cargo.toml index 03f8ad40..8625bee7 100644 --- a/bin/domain/imag-contact/Cargo.toml +++ b/bin/domain/imag-contact/Cargo.toml @@ -45,7 +45,8 @@ default-features = false features = ["color", "suggestions", "wrap_help"] [dependencies.toml-query] -version = "0.9.2" +git = "https://github.com/matthiasbeyer/toml-query" +branch = "master" default-features = false features = ["typed"] -- cgit v1.2.3