release: watchexec v2.0.2 (#414)

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Félix Saparelli <felix@passcod.name>
This commit is contained in:
github-actions[bot] 2022-09-07 05:08:20 +00:00 committed by GitHub
parent 4397aa5c7e
commit 695b36e345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 10 additions and 6 deletions

2
Cargo.lock generated
View File

@ -2625,7 +2625,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "watchexec"
version = "2.0.1"
version = "2.0.2"
dependencies = [
"async-priority-channel",
"async-recursion 1.0.0",

View File

@ -41,7 +41,7 @@ version = "1.1.1"
path = "../project-origins"
[dependencies.watchexec]
version = "2.0.1"
version = "2.0.2"
path = "../lib"
[dependencies.watchexec-filterer-globset]

View File

@ -24,7 +24,7 @@ version = "1.0.1"
path = "../../ignore-files"
[dependencies.watchexec]
version = "2.0.1"
version = "2.0.2"
path = "../../lib"
[dependencies.watchexec-filterer-ignore]

View File

@ -24,7 +24,7 @@ version = "1.0.1"
path = "../../ignore-files"
[dependencies.watchexec]
version = "2.0.1"
version = "2.0.2"
path = "../../lib"
[dev-dependencies]

View File

@ -37,7 +37,7 @@ features = [
]
[dependencies.watchexec]
version = "2.0.1"
version = "2.0.2"
path = "../../lib"
[dependencies.watchexec-filterer-ignore]

View File

@ -2,6 +2,10 @@
## Next (YYYY-MM-DD)
## v2.0.2 (2022-09-07)
- Deps: upgrade to miette 5.3.0
## v2.0.1 (2022-09-07)
- Deps: upgrade to Notify 5.0.0

View File

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