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-23 18:49:56 +0300
committerOmer Ben-Amram <omerbenamram@gmail.com>2019-05-23 18:49:56 +0300
commit368a2b27ed527df9bc2e7505541939c26478e9dc (patch)
tree5eb1d18045bf792130d88be4f2cd5b4339aa8c0c
parentb03dff67c4560407f546eab443b7b9dc1de8167c (diff)
pin winstructs
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b697e8d..f2d40de 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ env_logger = "0.6.1"
snafu = {version="0.3.1", features = ["backtraces", "rust_1_30"]}
num-traits = "0.2"
num-derive = "0.2"
-winstructs = {git = "https://github.com/omerbenamram/winstructs.git", branch = "master"}
+winstructs = "0.1.1"
cached = "0.8.0"
itertools = "0.8.0"