lib: v2.0.0-pre.6

This commit is contained in:
Félix Saparelli 2022-01-19 00:00:46 +13:00
parent 631c328a55
commit a3fd743786
3 changed files with 31 additions and 31 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.5"
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.5"
@ -2572,6 +2544,34 @@ dependencies = [
"unicase",
]
[[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-cli"
version = "1.17.1"
@ -2589,7 +2589,7 @@ dependencies = [
"tokio",
"tracing",
"tracing-subscriber",
"watchexec 2.0.0-pre.5 (registry+https://github.com/rust-lang/crates.io-index)",
"watchexec 2.0.0-pre.5",
]
[[package]]

View File

@ -7,7 +7,7 @@ message: |
title: Watchexec (library)
version: 1.17.1
date-released: 2022-01-18
date-released: 2022-01-19
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.5"
version = "2.0.0-pre.6"
authors = ["Matt Green <mattgreenrocks@gmail.com>", "Félix Saparelli <felix@passcod.name>"]
license = "Apache-2.0"