Use lib pre.7

This commit is contained in:
Félix Saparelli 2022-01-26 02:36:01 +13:00
parent f6a3b76d92
commit d067b5a5de
2 changed files with 31 additions and 31 deletions

60
Cargo.lock generated
View File

@ -2515,35 +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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68ae22e09484cce8c40e2ac7e8c5c885ea682e8d40cfb432c810ff5b00610210"
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",
"unicase",
]
[[package]]
name = "watchexec"
version = "2.0.0-pre.7"
@ -2572,6 +2543,35 @@ dependencies = [
"unicase",
]
[[package]]
name = "watchexec"
version = "2.0.0-pre.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5074283869feac648921144d75a3d7ce097bf66fa16db797879b10b335bba648"
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",
"unicase",
]
[[package]]
name = "watchexec-cli"
version = "1.18.2"
@ -2589,7 +2589,7 @@ dependencies = [
"tokio",
"tracing",
"tracing-subscriber",
"watchexec 2.0.0-pre.6",
"watchexec 2.0.0-pre.7 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]

View File

@ -27,7 +27,7 @@ futures = "0.3.17"
miette = { version = "3.2.0", features = ["fancy"] }
notify-rust = "4.5.2"
tracing = "0.1.26"
watchexec = "2.0.0-pre.6"
watchexec = "2.0.0-pre.7"
[dependencies.clap]
version = "2.33.3"