Update Rust crate thiserror to v2
Some checks failed
renovate/artifacts Artifact file update failure
test suite / cargo test (push) Successful in 1m33s
test suite / cargo test (pull_request) Successful in 1m33s

This commit is contained in:
Renovate Bot 2024-11-10 21:05:05 +00:00
parent 03f2d762bb
commit 729c972573

View File

@ -13,4 +13,4 @@ keywords = ["gamedev", "library", "nres"]
byteorder = "1.4" byteorder = "1.4"
log = "0.4" log = "0.4"
miette = "7.0" miette = "7.0"
thiserror = "1.0" thiserror = "2.0"