From 5fe4304d951fafdd818b675c4d46b3e84af07e69 Mon Sep 17 00:00:00 2001 From: ololduck Date: Thu, 26 Sep 2024 19:53:28 +0200 Subject: [PATCH] fix: be a bit more lax with thiserror's dependency specification --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eb07465..2319dd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ zip-command = ["tempfile"] zip-library = ["libzip", "libzip/time"] [dependencies] -thiserror = "1.0.64" +thiserror = "1.0" once_cell = "1" upon = "0.7" chrono = { version = "0.4", default-features = false, features = ["clock", "std", "wasmbind"] }