Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/mft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmer Ben-Amram <omerbenamram@gmail.com>2019-05-08 21:39:26 +0300
committerOmer Ben-Amram <omerbenamram@gmail.com>2019-05-08 21:39:39 +0300
commite8f6804dca46eecd819aeeb61213da5a024a2e9b (patch)
tree2a3fe7c8471ccc21ec86e61b871707640727f326 /Cargo.toml
parent5e48d3c0b2886aa1b82e2007bc36ac631c5dcb94 (diff)
fix doc-tests
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 0c932ac..6c39fd9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ serde = {version = "1.0.91", features = ["derive"]}
serde_json = "1.0.39"
env_logger = "0.6.1"
snafu = "0.2.3"
-winstructs = "0.1.0"
+winstructs = {git = "https://github.com/omerbenamram/winstructs.git", branch = "master"}
[dependencies.jmespath]
version = "^0.1.1"