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
fd5afb8b3a
commit
96480cb588
7 changed files with 8 additions and 6 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1988,7 +1988,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ignore-files"
|
||||
version = "2.1.0"
|
||||
version = "3.0.0"
|
||||
dependencies = [
|
||||
"dunce",
|
||||
"futures",
|
||||
|
|
|
@ -68,7 +68,7 @@ features = ["log", "env_logger"]
|
|||
optional = true
|
||||
|
||||
[dependencies.ignore-files]
|
||||
version = "2.1.0"
|
||||
version = "3.0.0"
|
||||
path = "../ignore-files"
|
||||
|
||||
[dependencies.miette]
|
||||
|
|
|
@ -20,7 +20,7 @@ ignore = "0.4.18"
|
|||
tracing = "0.1.40"
|
||||
|
||||
[dependencies.ignore-files]
|
||||
version = "2.1.0"
|
||||
version = "3.0.0"
|
||||
path = "../../ignore-files"
|
||||
|
||||
[dependencies.watchexec]
|
||||
|
|
|
@ -22,7 +22,7 @@ normalize-path = "0.2.1"
|
|||
tracing = "0.1.40"
|
||||
|
||||
[dependencies.ignore-files]
|
||||
version = "2.1.0"
|
||||
version = "3.0.0"
|
||||
path = "../../ignore-files"
|
||||
|
||||
[dependencies.watchexec]
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
## Next (YYYY-MM-DD)
|
||||
|
||||
## v3.0.0 (2024-04-20)
|
||||
|
||||
- Deps: gix-config 0.36
|
||||
- Deps: miette 7
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ignore-files"
|
||||
version = "2.1.0"
|
||||
version = "3.0.0"
|
||||
|
||||
authors = ["Félix Saparelli <felix@passcod.name>"]
|
||||
license = "Apache-2.0"
|
||||
|
|
|
@ -43,7 +43,7 @@ version = "1.0.3"
|
|||
path = "../supervisor"
|
||||
|
||||
[dependencies.ignore-files]
|
||||
version = "2.1.0"
|
||||
version = "3.0.0"
|
||||
path = "../ignore-files"
|
||||
|
||||
[dependencies.project-origins]
|
||||
|
|
Loading…
Reference in a new issue