lib: v2.0.0-pre.12

This commit is contained in:
Félix Saparelli 2022-03-16 16:10:33 +13:00
parent e5731abde0
commit 29dcd418ba
4 changed files with 5 additions and 5 deletions

2
Cargo.lock generated
View File

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

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.11", path = "../lib" }
watchexec = { version = "=2.0.0-pre.12", 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.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

View File

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