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 --- lib/domain/libimagnotes/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/domain/libimagnotes/Cargo.toml') diff --git a/lib/domain/libimagnotes/Cargo.toml b/lib/domain/libimagnotes/Cargo.toml index 2b498c51..c331672a 100644 --- a/lib/domain/libimagnotes/Cargo.toml +++ b/lib/domain/libimagnotes/Cargo.toml @@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" } [dependencies] log = "0.4.6" toml = "0.5.1" -toml-query = "0.9.2" +toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "master" } anyhow = "1" libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" } -- cgit v1.2.3