Use toml-query master branch during development
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
31e3116b48
commit
7ae2d926cc
1 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue