diff --git a/Cargo.lock b/Cargo.lock index 42e8a80..fbc1a87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2609,7 +2609,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "watchexec" -version = "2.0.0-pre.11" +version = "2.0.0-pre.12" dependencies = [ "async-recursion 1.0.0", "async-stream", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 4eed8d1..1fd76c2 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 = { version = "=2.0.0-pre.11", path = "../lib" } +watchexec = { version = "=2.0.0-pre.12", path = "../lib" } [dependencies.clap] version = "2.33.3" diff --git a/lib/CITATION.cff b/lib/CITATION.cff index 565d62e..52fc869 100644 --- a/lib/CITATION.cff +++ b/lib/CITATION.cff @@ -6,8 +6,8 @@ message: | The command-line tool has its own CITATION.cff file. title: Watchexec (library) -version: "2.0.0-pre.11" -date-released: 2022-03-07 +version: "2.0.0-pre.12" +date-released: 2022-03-16 repository-code: https://github.com/watchexec/watchexec license: Apache-2.0 diff --git a/lib/Cargo.toml b/lib/Cargo.toml index f74d451..85e64fe 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchexec" -version = "2.0.0-pre.11" +version = "2.0.0-pre.12" authors = ["Matt Green ", "FĂ©lix Saparelli "] license = "Apache-2.0"