From 1920e4b3afa836da660915674f9ff23032a20e20 Mon Sep 17 00:00:00 2001 From: Samuel Collins Date: Thu, 24 Apr 2025 10:38:33 +0100 Subject: [PATCH] bump thiserror dependency to version 2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ad28fce..2255896 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ categories = ["template-engine", "wasm"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -thiserror = "1.0.57" +thiserror = "2.0" [dev-dependencies] libc = "0.2"