Skip to content

Commit 8e6f5a2

Browse files
Update Rust crate thiserror to v2
1 parent 1cc2ffb commit 8e6f5a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

agb-debug/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ addr2line = { version = "0.24", default-features = false, features = ["rustc-dem
1212
gimli = { version = "0.31", default-features = false, features = ["endian-reader", "std"] }
1313
object = { version = "0.36", default-features = false, features = ["read"] }
1414

15-
thiserror = "1"
15+
thiserror = "2"
1616
clap = { version = "4", features = ["derive"] }
1717
colored = "2"
1818
rmp-serde = "1"

emulator/mgba/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ edition = "2021"
88
[dependencies]
99
libc = "0.2"
1010
mgba-sys = { version = "0.1.0", path = "../mgba-sys" }
11-
thiserror = "1"
11+
thiserror = "2"

0 commit comments

Comments
 (0)