manifest: Remove patch version for Anyhow

This should make it so Anyhow gets the latest patch updates instead of
staying on v1.0.65.
This commit is contained in:
Lux Aliaga 2022-11-16 11:44:01 -03:00
parent 5a0988d2c6
commit 1b533160e6
Signed by: lux
GPG Key ID: B56C805968637437
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ build = "build.rs"
dirs = "4.0.0"
colored = "2.0.0"
fs_extra = "1.2.0"
anyhow = "1.0.65"
anyhow = "1.0"
size_format = "1.0.2"
config = "0.13.1"