mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
Update Rust crate thiserror to v2
This commit is contained in:
parent
1cc2ffbc7f
commit
8e6f5a2016
|
@ -12,7 +12,7 @@ addr2line = { version = "0.24", default-features = false, features = ["rustc-dem
|
||||||
gimli = { version = "0.31", default-features = false, features = ["endian-reader", "std"] }
|
gimli = { version = "0.31", default-features = false, features = ["endian-reader", "std"] }
|
||||||
object = { version = "0.36", default-features = false, features = ["read"] }
|
object = { version = "0.36", default-features = false, features = ["read"] }
|
||||||
|
|
||||||
thiserror = "1"
|
thiserror = "2"
|
||||||
clap = { version = "4", features = ["derive"] }
|
clap = { version = "4", features = ["derive"] }
|
||||||
colored = "2"
|
colored = "2"
|
||||||
rmp-serde = "1"
|
rmp-serde = "1"
|
||||||
|
|
|
@ -8,4 +8,4 @@ edition = "2021"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
mgba-sys = { version = "0.1.0", path = "../mgba-sys" }
|
mgba-sys = { version = "0.1.0", path = "../mgba-sys" }
|
||||||
thiserror = "1"
|
thiserror = "2"
|
Loading…
Reference in a new issue