diff --git a/Cargo.lock b/Cargo.lock index dd5f000..1a9b017 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2517,7 +2517,7 @@ checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" [[package]] name = "watchexec" -version = "2.0.0-pre.10" +version = "2.0.0-pre.11" dependencies = [ "async-recursion", "async-stream", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 4ea65c0..01fc6ad 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.10", path = "../lib" } +watchexec = { version = "2.0.0-pre.11", path = "../lib" } [dependencies.clap] version = "2.33.3" diff --git a/lib/CITATION.cff b/lib/CITATION.cff index 3d1251e..565d62e 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.10" -date-released: 2022-02-07 +version: "2.0.0-pre.11" +date-released: 2022-03-07 repository-code: https://github.com/watchexec/watchexec license: Apache-2.0 diff --git a/lib/Cargo.toml b/lib/Cargo.toml index edfe3a9..8c42765 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchexec" -version = "2.0.0-pre.10" +version = "2.0.0-pre.11" authors = ["Matt Green ", "FĂ©lix Saparelli "] license = "Apache-2.0"