release: watchexec v2.1.1 (#498)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
github-actions[bot] 2023-02-14 23:04:21 +00:00 committed by GitHub
parent 5850c284ca
commit 84d3947247
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 6 deletions

2
Cargo.lock generated
View File

@ -2647,7 +2647,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "watchexec"
version = "2.1.0"
version = "2.1.1"
dependencies = [
"async-priority-channel",
"async-recursion 1.0.0",

View File

@ -40,7 +40,7 @@ version = "1.2.0"
path = "../project-origins"
[dependencies.watchexec]
version = "2.1.0"
version = "2.1.1"
path = "../lib"
[dependencies.watchexec-filterer-globset]

View File

@ -24,7 +24,7 @@ version = "1.1.0"
path = "../../ignore-files"
[dependencies.watchexec]
version = "2.1.0"
version = "2.1.1"
path = "../../lib"
[dependencies.watchexec-filterer-ignore]

View File

@ -24,7 +24,7 @@ version = "1.1.0"
path = "../../ignore-files"
[dependencies.watchexec]
version = "2.1.0"
version = "2.1.1"
path = "../../lib"
[dev-dependencies]

View File

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

View File

@ -2,6 +2,8 @@
## Next (YYYY-MM-DD)
## v2.1.1 (2023-02-14)
## v2.1.0 (2023-01-08)
- MSRV: bump to 1.61.0

View File

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