release: ignore-files v1.1.0 (#471)

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Félix Saparelli <felix@passcod.name>
This commit is contained in:
github-actions[bot] 2023-01-08 17:12:08 +00:00 committed by GitHub
parent f55d669e3c
commit 33f5ba5ef9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 10 additions and 8 deletions

2
Cargo.lock generated
View File

@ -1131,7 +1131,7 @@ dependencies = [
[[package]]
name = "ignore-files"
version = "1.0.1"
version = "1.1.0"
dependencies = [
"futures",
"git-config",

View File

@ -32,7 +32,7 @@ version = "3.1.18"
features = ["cargo", "wrap_help"]
[dependencies.ignore-files]
version = "1.0.1"
version = "1.1.0"
path = "../ignore-files"
[dependencies.project-origins]

View File

@ -20,7 +20,7 @@ ignore = "0.4.18"
tracing = "0.1.26"
[dependencies.ignore-files]
version = "1.0.1"
version = "1.1.0"
path = "../../ignore-files"
[dependencies.watchexec]

View File

@ -20,7 +20,7 @@ ignore = "0.4.18"
tracing = "0.1.26"
[dependencies.ignore-files]
version = "1.0.1"
version = "1.1.0"
path = "../../ignore-files"
[dependencies.watchexec]

View File

@ -27,7 +27,7 @@ tracing = "0.1.26"
unicase = "2.6.0"
[dependencies.ignore-files]
version = "1.0.1"
version = "1.1.0"
path = "../../ignore-files"
[dependencies.tokio]

View File

@ -2,7 +2,9 @@
## Next (YYYY-MM-DD)
- Add `Send` bound to async functions.
## v1.1.0 (2023-01-08)
- Add missing `Send` bound to async functions.
## v1.0.1 (2022-09-07)

View File

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

View File

@ -31,7 +31,7 @@ version = "2.0.1"
features = ["with-tokio"]
[dependencies.ignore-files]
version = "1.0.1"
version = "1.1.0"
path = "../ignore-files"
[dependencies.notify]