From 8ea1819c4c7829d0eb09e54a52806f382b8d445b Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 18 May 2024 04:54:21 -0700 Subject: [PATCH] Release 1.0.86 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 80fbf9d..f91b724 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anyhow" -version = "1.0.85" +version = "1.0.86" authors = ["David Tolnay "] categories = ["rust-patterns", "no-std"] description = "Flexible concrete Error type built on std::error::Error"