mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-16 17:18:30 +01:00
Relax thiserror requirement
This commit is contained in:
parent
dfb977d47f
commit
52b462954a
2 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -3803,7 +3803,7 @@ checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
|
|||
|
||||
[[package]]
|
||||
name = "watchexec"
|
||||
version = "2.3.1"
|
||||
version = "2.3.2"
|
||||
dependencies = [
|
||||
"async-priority-channel",
|
||||
"async-recursion",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "watchexec"
|
||||
version = "2.3.1"
|
||||
version = "2.3.2"
|
||||
|
||||
authors = ["Matt Green <mattgreenrocks@gmail.com>", "Félix Saparelli <felix@passcod.name>"]
|
||||
license = "Apache-2.0"
|
||||
|
@ -23,7 +23,7 @@ clearscreen = "2.0.1"
|
|||
futures = "0.3.16"
|
||||
miette = "5.3.0"
|
||||
once_cell = "1.8.0"
|
||||
thiserror = "=1.0.40"
|
||||
thiserror = "1.0.0"
|
||||
normalize-path = "0.2.0"
|
||||
|
||||
[dependencies.command-group]
|
||||
|
|
Loading…
Reference in a new issue