From fe594aee4a15f59635d4de13a248260a8c659475 Mon Sep 17 00:00:00 2001 From: HimbeerserverDE Date: Thu, 16 Feb 2023 20:54:25 +0100 Subject: remove patch version suffix from anyhow dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ef8f74d..0db0b3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.66" +anyhow = "1.0" cargo = "0.67.0" clap = { version = "4.0.29", features = ["derive"] } fatfs = "0.3.5" -- cgit v1.2.3