From 9b27f3d34a6a26093bf0458b78cfd51d6532ae41 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sat, 8 Jun 2024 04:14:54 +0100 Subject: [PATCH] build(cargo): specify full version for `thiserror` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0b158ad..16db36a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ pkg-fmt = "bin" crate-type = ["cdylib", "rlib"] [dependencies] -thiserror = "1" +thiserror = "1.0.61" [target.'cfg(not(target_family = "wasm"))'.dependencies] clap = { version = "4.5.4", features = ["derive"] }