diff --git a/Cargo.toml b/Cargo.toml index 4f73e46..6aa02d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ description = "Production-ready static recompiler for GameCube games to Rust" [workspace.dependencies] # Core dependencies anyhow = "1.0" -thiserror = "1.0" +thiserror = "2.0" log = "0.4" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"