From 729c972573ac78e640a6bf7d1ee642fc5b3cbbd0 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 10 Nov 2024 21:05:05 +0000 Subject: [PATCH] Update Rust crate thiserror to v2 --- libnres/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnres/Cargo.toml b/libnres/Cargo.toml index 650cc63..99539e7 100644 --- a/libnres/Cargo.toml +++ b/libnres/Cargo.toml @@ -13,4 +13,4 @@ keywords = ["gamedev", "library", "nres"] byteorder = "1.4" log = "0.4" miette = "7.0" -thiserror = "1.0" +thiserror = "2.0"