From 1b533160e629f1f8672c9157455e3344b4b02c02 Mon Sep 17 00:00:00 2001 From: Lux Aliaga Date: Wed, 16 Nov 2022 11:44:01 -0300 Subject: [PATCH] manifest: Remove patch version for Anyhow This should make it so Anyhow gets the latest patch updates instead of staying on v1.0.65. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 98f381e..46d8b94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"