mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
Update Rust crate addr2line to 0.23
This commit is contained in:
parent
a243bf4078
commit
2ac49ace06
|
@ -10,7 +10,7 @@ repository = "https://github.com/agbrs/agb"
|
|||
[dependencies]
|
||||
thiserror = "1"
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
addr2line = { version = "0.22", default-features = false, features = [
|
||||
addr2line = { version = "0.23", default-features = false, features = [
|
||||
"rustc-demangle",
|
||||
"std-object",
|
||||
] }
|
||||
|
|
Loading…
Reference in a new issue