mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-22 15:16:40 +11:00
Update Rust crate addr2line to 0.23
This commit is contained in:
parent
a243bf4078
commit
2ac49ace06
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue