diff --git a/Cargo.lock b/Cargo.lock index 45eeefdb..4fb51a70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2517,7 +2517,7 @@ checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" [[package]] name = "watchexec" -version = "2.0.0-pre.1" +version = "2.0.0-pre.2" dependencies = [ "async-recursion", "async-stream", diff --git a/lib/CITATION.cff b/lib/CITATION.cff index b88b2923..81337ab5 100644 --- a/lib/CITATION.cff +++ b/lib/CITATION.cff @@ -7,7 +7,7 @@ message: | title: Watchexec (library) version: 1.17.1 -date-released: 2021-12-21 +date-released: 2021-12-29 repository-code: https://github.com/watchexec/watchexec license: Apache-2.0 diff --git a/lib/Cargo.toml b/lib/Cargo.toml index ca467dbf..67e1a2f0 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchexec" -version = "2.0.0-pre.1" +version = "2.0.0-pre.2" authors = ["Matt Green ", "FĂ©lix Saparelli "] license = "Apache-2.0"