release: watchexec-events v1.0.0 (#533)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
github-actions[bot] 2023-03-18 11:27:38 +00:00 committed by GitHub
parent d6ae98e644
commit d8f997e104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 4 deletions

2
Cargo.lock generated
View File

@ -3863,7 +3863,7 @@ dependencies = [
[[package]]
name = "watchexec-events"
version = "0.0.0"
version = "1.0.0"
dependencies = [
"nix",
"notify",

View File

@ -64,7 +64,7 @@ version = "2.1.1"
path = "../lib"
[dependencies.watchexec-events]
version = "0.0.0"
version = "1.0.0"
path = "../events"
features = ["serde"]

View File

@ -2,5 +2,7 @@
## Next (YYYY-MM-DD)
## v1.0.0 (2023-03-18)
- Split off new `watchexec-events` crate (this one), to have a lightweight library that can parse
and generate events and maintain the JSON event format.

View File

@ -1,6 +1,6 @@
[package]
name = "watchexec-events"
version = "0.0.0"
version = "1.0.0"
authors = ["Félix Saparelli <felix@passcod.name>"]
license = "Apache-2.0 OR MIT"

View File

@ -31,7 +31,7 @@ version = "2.0.1"
features = ["with-tokio"]
[dependencies.watchexec-events]
version = "0.0.0"
version = "1.0.0"
path = "../events"
[dependencies.watchexec-signals]