aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-11-11 15:10:34 +0300
committerValentin Popov <valentin@popov.link>2024-11-11 15:10:34 +0300
commit4a22e2177ebbff47e909c6fd35be10aff920619c (patch)
tree131a7a3a242039ddf5560e649bc8f511f531365a
parent250d78a955d9c9b0b5b3f3dd62d63689730d11d2 (diff)
parent729c972573ac78e640a6bf7d1ee642fc5b3cbbd0 (diff)
downloadfparkan-4a22e2177ebbff47e909c6fd35be10aff920619c.tar.xz
fparkan-4a22e2177ebbff47e909c6fd35be10aff920619c.zip
Merge pull request 'Update Rust crate thiserror to v2' (!36) from renovate/thiserror-2.x into master
Reviewed-on: https://code.popov.link/valentineus/fparkan/pulls/36
-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"