Relax thiserror requirement

This commit is contained in:
Félix Saparelli 2023-11-29 18:00:12 +13:00
parent dfb977d47f
commit 52b462954a
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -3803,7 +3803,7 @@ checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
[[package]]
name = "watchexec"
version = "2.3.1"
version = "2.3.2"
dependencies = [
"async-priority-channel",
"async-recursion",

View File

@ -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]