From 7ae2d926cc9d2e800877f841d4a51b3d69a91a6d Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 22 Apr 2019 11:48:17 +0200 Subject: [PATCH] Use toml-query master branch during development Signed-off-by: Matthias Beyer --- lib/entry/libimagentryref/Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/entry/libimagentryref/Cargo.toml b/lib/entry/libimagentryref/Cargo.toml index ccec9afa..d2efadc7 100644 --- a/lib/entry/libimagentryref/Cargo.toml +++ b/lib/entry/libimagentryref/Cargo.toml @@ -34,9 +34,11 @@ libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" } libimagentryutil = { version = "0.10.0", path = "../../../lib/entry/libimagentryutil" } [dependencies.toml-query] -version = "0.8" +#version = "0.8" default-features = false -features = ["typed"] +features = ["typed"] +git = "https://github.com/matthiasbeyer/toml-query" +branch = "master" [dev-dependencies] env_logger = "0.5"