mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-04 06:01:35 +11:00
Update Rust crate addr2line to 0.22
This commit is contained in:
parent
27ad5d1184
commit
0b63284c7b
|
@ -10,7 +10,7 @@ repository = "https://github.com/agbrs/agb"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
clap = { version = "4", features = ["derive"] }
|
clap = { version = "4", features = ["derive"] }
|
||||||
addr2line = { version = "0.21", default-features = false, features = [
|
addr2line = { version = "0.22", default-features = false, features = [
|
||||||
"rustc-demangle",
|
"rustc-demangle",
|
||||||
"std-object",
|
"std-object",
|
||||||
] }
|
] }
|
||||||
|
|
Loading…
Reference in a new issue