From 8ebcf083b84790376bf41fb34df745e4406683d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Mon, 31 Jan 2022 19:15:20 +1300 Subject: [PATCH] Start work on 1.18.6 --- Cargo.lock | 31 +------------------------------ cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 31 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae9de29..e075070 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2543,35 +2543,6 @@ dependencies = [ "unicase", ] -[[package]] -name = "watchexec" -version = "2.0.0-pre.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "258ab676835a769ed1b9f4b89c72f562a0867c3f862c26ffd19ea802266f18aa" -dependencies = [ - "async-recursion", - "async-stream", - "atomic-take", - "clearscreen", - "command-group", - "dunce", - "futures", - "git2", - "globset", - "ignore", - "libc", - "miette", - "nom 7.1.0", - "notify", - "once_cell", - "regex", - "thiserror", - "tokio", - "tokio-stream", - "tracing", - "unicase", -] - [[package]] name = "watchexec-cli" version = "1.18.5" @@ -2589,7 +2560,7 @@ dependencies = [ "tokio", "tracing", "tracing-subscriber", - "watchexec 2.0.0-pre.9 (registry+https://github.com/rust-lang/crates.io-index)", + "watchexec", ] [[package]] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index df87255..7436ac9 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -27,7 +27,7 @@ futures = "0.3.17" miette = { version = "3.2.0", features = ["fancy"] } notify-rust = "4.5.2" tracing = "0.1.26" -watchexec = "2.0.0-pre.9" +watchexec = { version = "2.0.0-pre.9", path = "../lib" } [dependencies.clap] version = "2.33.3"