lib: v2.0.0-pre.11

This commit is contained in:
Félix Saparelli 2022-03-07 20:59:47 +13:00
parent 72100217e8
commit 9ff5875327
4 changed files with 5 additions and 5 deletions

2
Cargo.lock generated
View File

@ -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",

View File

@ -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"

View File

@ -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

View File

@ -1,6 +1,6 @@
[package]
name = "watchexec"
version = "2.0.0-pre.10"
version = "2.0.0-pre.11"
authors = ["Matt Green <mattgreenrocks@gmail.com>", "Félix Saparelli <felix@passcod.name>"]
license = "Apache-2.0"