From a3fd7437868bb2096eaf5811d57edd5095ad2a5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Wed, 19 Jan 2022 00:00:46 +1300 Subject: [PATCH] lib: v2.0.0-pre.6 --- Cargo.lock | 58 ++++++++++++++++++++++++------------------------ lib/CITATION.cff | 2 +- lib/Cargo.toml | 2 +- 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5076440..d35c07a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2515,34 +2515,6 @@ version = "0.10.2+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" -[[package]] -name = "watchexec" -version = "2.0.0-pre.5" -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", - "tracing-subscriber", - "unicase", -] - [[package]] name = "watchexec" version = "2.0.0-pre.5" @@ -2572,6 +2544,34 @@ dependencies = [ "unicase", ] +[[package]] +name = "watchexec" +version = "2.0.0-pre.6" +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", + "tracing-subscriber", + "unicase", +] + [[package]] name = "watchexec-cli" version = "1.17.1" @@ -2589,7 +2589,7 @@ dependencies = [ "tokio", "tracing", "tracing-subscriber", - "watchexec 2.0.0-pre.5 (registry+https://github.com/rust-lang/crates.io-index)", + "watchexec 2.0.0-pre.5", ] [[package]] diff --git a/lib/CITATION.cff b/lib/CITATION.cff index 11cc1f5..7da6d02 100644 --- a/lib/CITATION.cff +++ b/lib/CITATION.cff @@ -7,7 +7,7 @@ message: | title: Watchexec (library) version: 1.17.1 -date-released: 2022-01-18 +date-released: 2022-01-19 repository-code: https://github.com/watchexec/watchexec license: Apache-2.0 diff --git a/lib/Cargo.toml b/lib/Cargo.toml index ddf1618..6be6e9a 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchexec" -version = "2.0.0-pre.5" +version = "2.0.0-pre.6" authors = ["Matt Green ", "FĂ©lix Saparelli "] license = "Apache-2.0"