mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
Also update gimli
This commit is contained in:
parent
88ee2a74e8
commit
2c1d8fc904
|
@ -9,7 +9,7 @@ repository = "https://github.com/agbrs/agb"
|
|||
|
||||
[dependencies]
|
||||
addr2line = { version = "0.24", default-features = false, features = ["rustc-demangle"] }
|
||||
gimli = { version = "0.30", 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"] }
|
||||
|
||||
thiserror = "1"
|
||||
|
|
Loading…
Reference in a new issue