aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovateBot <renovatebot@noreply.localhost>2024-11-11 00:05:05 +0300
committerRenovateBot <renovatebot@noreply.localhost>2024-11-11 00:05:05 +0300
commit729c972573ac78e640a6bf7d1ee642fc5b3cbbd0 (patch)
treef3f8d6a23de3c95358aad6ee47e02388e0ecbf28
parent03f2d762bbfa378468f0f26d479a059718fd0934 (diff)
downloadfparkan-729c972573ac78e640a6bf7d1ee642fc5b3cbbd0.tar.xz
fparkan-729c972573ac78e640a6bf7d1ee642fc5b3cbbd0.zip
Update Rust crate thiserror to v2
-rw-r--r--libnres/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"