lib: v2.0.0-pre.7

This commit is contained in:
Félix Saparelli 2022-01-26 02:33:28 +13:00
parent a5e756df7c
commit f6a3b76d92
3 changed files with 32 additions and 32 deletions

58
Cargo.lock generated
View File

@ -2515,34 +2515,6 @@ version = "0.10.2+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
[[package]]
name = "watchexec"
version = "2.0.0-pre.6"
dependencies = [
"async-recursion",
"async-stream",
"atomic-take",
"clearscreen",
"command-group",
"dunce",
"futures",
"git2",
"globset",
"ignore",
"libc",
"miette",
"nom 7.1.0",
"notify",
"once_cell",
"regex",
"thiserror",
"tokio",
"tokio-stream",
"tracing",
"tracing-subscriber",
"unicase",
]
[[package]]
name = "watchexec"
version = "2.0.0-pre.6"
@ -2572,6 +2544,34 @@ dependencies = [
"unicase",
]
[[package]]
name = "watchexec"
version = "2.0.0-pre.7"
dependencies = [
"async-recursion",
"async-stream",
"atomic-take",
"clearscreen",
"command-group",
"dunce",
"futures",
"git2",
"globset",
"ignore",
"libc",
"miette",
"nom 7.1.0",
"notify",
"once_cell",
"regex",
"thiserror",
"tokio",
"tokio-stream",
"tracing",
"tracing-subscriber",
"unicase",
]
[[package]]
name = "watchexec-cli"
version = "1.18.2"
@ -2589,7 +2589,7 @@ dependencies = [
"tokio",
"tracing",
"tracing-subscriber",
"watchexec 2.0.0-pre.6 (registry+https://github.com/rust-lang/crates.io-index)",
"watchexec 2.0.0-pre.6",
]
[[package]]

View File

@ -6,8 +6,8 @@ message: |
The command-line tool has its own CITATION.cff file.
title: Watchexec (library)
version: 2.0.0-pre.6
date-released: 2022-01-19
version: "2.0.0-pre.7"
date-released: 2022-01-26
repository-code: https://github.com/watchexec/watchexec
license: Apache-2.0

View File

@ -1,6 +1,6 @@
[package]
name = "watchexec"
version = "2.0.0-pre.6"
version = "2.0.0-pre.7"
authors = ["Matt Green <mattgreenrocks@gmail.com>", "Félix Saparelli <felix@passcod.name>"]
license = "Apache-2.0"