mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-16 17:18:30 +01:00
chore: Release
This commit is contained in:
parent
51c094b8a7
commit
ecc3256fa4
4 changed files with 5 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -4192,7 +4192,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "watchexec-supervisor"
|
name = "watchexec-supervisor"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"boxcar",
|
"boxcar",
|
||||||
"futures",
|
"futures",
|
||||||
|
|
|
@ -39,7 +39,7 @@ version = "4.0.0"
|
||||||
path = "../signals"
|
path = "../signals"
|
||||||
|
|
||||||
[dependencies.watchexec-supervisor]
|
[dependencies.watchexec-supervisor]
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
path = "../supervisor"
|
path = "../supervisor"
|
||||||
|
|
||||||
[dependencies.ignore-files]
|
[dependencies.ignore-files]
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
## Next (YYYY-MM-DD)
|
## Next (YYYY-MM-DD)
|
||||||
|
|
||||||
|
## v3.0.0 (2024-10-14)
|
||||||
|
|
||||||
- Deps: nix 0.29
|
- Deps: nix 0.29
|
||||||
|
|
||||||
## v2.0.0 (2024-04-20)
|
## v2.0.0 (2024-04-20)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "watchexec-supervisor"
|
name = "watchexec-supervisor"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
|
|
||||||
authors = ["Félix Saparelli <felix@passcod.name>"]
|
authors = ["Félix Saparelli <felix@passcod.name>"]
|
||||||
license = "Apache-2.0 OR MIT"
|
license = "Apache-2.0 OR MIT"
|
||||||
|
|
Loading…
Reference in a new issue