mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-13 07:41:11 +01:00
chore: Release
This commit is contained in:
parent
9d91c51651
commit
d317540fd3
6 changed files with 7 additions and 5 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -3995,7 +3995,7 @@ checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
|
|||
|
||||
[[package]]
|
||||
name = "watchexec"
|
||||
version = "3.0.1"
|
||||
version = "4.0.0"
|
||||
dependencies = [
|
||||
"async-priority-channel",
|
||||
"async-recursion",
|
||||
|
|
|
@ -84,7 +84,7 @@ version = "1.3.0"
|
|||
path = "../project-origins"
|
||||
|
||||
[dependencies.watchexec]
|
||||
version = "3.0.1"
|
||||
version = "4.0.0"
|
||||
path = "../lib"
|
||||
|
||||
[dependencies.watchexec-events]
|
||||
|
|
|
@ -24,7 +24,7 @@ version = "3.0.0"
|
|||
path = "../../ignore-files"
|
||||
|
||||
[dependencies.watchexec]
|
||||
version = "3.0.1"
|
||||
version = "4.0.0"
|
||||
path = "../../lib"
|
||||
|
||||
[dependencies.watchexec-events]
|
||||
|
|
|
@ -26,7 +26,7 @@ version = "3.0.0"
|
|||
path = "../../ignore-files"
|
||||
|
||||
[dependencies.watchexec]
|
||||
version = "3.0.1"
|
||||
version = "4.0.0"
|
||||
path = "../../lib"
|
||||
|
||||
[dependencies.watchexec-events]
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
## Next (YYYY-MM-DD)
|
||||
|
||||
## v4.0.0 (2024-04-20)
|
||||
|
||||
- Deps: replace command-group with process-wrap (in supervisor, but has flow-on effects)
|
||||
- Deps: miette 7
|
||||
- Deps: nix 0.28
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "watchexec"
|
||||
version = "3.0.1"
|
||||
version = "4.0.0"
|
||||
|
||||
authors = ["Félix Saparelli <felix@passcod.name>", "Matt Green <mattgreenrocks@gmail.com>"]
|
||||
license = "Apache-2.0"
|
||||
|
|
Loading…
Reference in a new issue