release: ignore-files v1.3.2 (#689)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
github-actions[bot] 2023-11-26 04:22:00 +00:00 committed by GitHub
parent 65e2db31bc
commit 64bdf7c9d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 9 additions and 7 deletions

2
Cargo.lock generated
View File

@ -1830,7 +1830,7 @@ dependencies = [
[[package]]
name = "ignore-files"
version = "1.3.1"
version = "1.3.2"
dependencies = [
"dunce",
"futures",

View File

@ -45,7 +45,7 @@ version = "4.4.7"
features = ["cargo", "derive", "env", "wrap_help"]
[dependencies.ignore-files]
version = "1.3.1"
version = "1.3.2"
path = "../ignore-files"
[dependencies.miette]

View File

@ -20,7 +20,7 @@ ignore = "0.4.18"
tracing = "0.1.40"
[dependencies.ignore-files]
version = "1.3.1"
version = "1.3.2"
path = "../../ignore-files"
[dependencies.watchexec]

View File

@ -21,7 +21,7 @@ tracing = "0.1.40"
dunce = "1.0.4"
[dependencies.ignore-files]
version = "1.3.1"
version = "1.3.2"
path = "../../ignore-files"
[dependencies.watchexec]

View File

@ -30,7 +30,7 @@ tracing = "0.1.26"
unicase = "2.6.0"
[dependencies.ignore-files]
version = "1.3.1"
version = "1.3.2"
path = "../../ignore-files"
[dependencies.tokio]

View File

@ -2,6 +2,8 @@
## Next (YYYY-MM-DD)
## v1.3.2 (2023-11-26)
- Remove error diagnostic codes.
- Deps: upgrade to gix-config 0.31.0
- Deps: upgrade Tokio requirement to 1.33.0

View File

@ -1,6 +1,6 @@
[package]
name = "ignore-files"
version = "1.3.1"
version = "1.3.2"
authors = ["Félix Saparelli <felix@passcod.name>"]
license = "Apache-2.0"

View File

@ -43,7 +43,7 @@ version = "0.1.0"
path = "../supervisor"
[dependencies.ignore-files]
version = "1.3.1"
version = "1.3.2"
path = "../ignore-files"
[dependencies.project-origins]