From eb5503a03c88fe760b45debc141135dafd7bfc1c Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 30 May 2021 18:33:32 +0800 Subject: use local jwalk --- Cargo.lock | 4 +--- Cargo.toml | 5 ++++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1250ab8..ca3f693 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -328,9 +328,7 @@ dependencies = [ [[package]] name = "jwalk" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "172752e853a067cbce46427de8470ddf308af7fd8ceaf9b682ef31a5021b6bb9" +version = "0.6.1-alpha.0" dependencies = [ "crossbeam", "rayon", diff --git a/Cargo.toml b/Cargo.toml index ade2424..32fd77a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ tui-shared = ["tui", "tui-react", "open", "unicode-segmentation"] [dependencies] clap = "3.0.0-beta.2" -jwalk = "0.6.0" +jwalk = "0.6.1-alpha.0" byte-unit = "4" atty = "0.2.11" petgraph = "0.5" @@ -53,3 +53,6 @@ build-override = { opt-level = 0 } [dev-dependencies] pretty_assertions = "0.7.0" + +[patch.crates-io] +jwalk = { version = "0.6.1-alpha.0", path = "../../jessegrosjean/jwalk" } -- cgit v1.2.3