diff options
author | RenovateBot <renovatebot@noreply.localhost> | 2024-11-11 00:05:05 +0300 |
---|---|---|
committer | RenovateBot <renovatebot@noreply.localhost> | 2024-11-11 00:05:05 +0300 |
commit | 729c972573ac78e640a6bf7d1ee642fc5b3cbbd0 (patch) | |
tree | f3f8d6a23de3c95358aad6ee47e02388e0ecbf28 | |
parent | 03f2d762bbfa378468f0f26d479a059718fd0934 (diff) | |
download | fparkan-729c972573ac78e640a6bf7d1ee642fc5b3cbbd0.tar.xz fparkan-729c972573ac78e640a6bf7d1ee642fc5b3cbbd0.zip |
Update Rust crate thiserror to v2
-rw-r--r-- | libnres/Cargo.toml | 2 |
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" |