Skip to content

Commit 316671d

Browse files
committed
Update rustc-demangle to 0.1.21.
1 parent dd5d80a commit 316671d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ std_detect = { path = "../stdarch/crates/std_detect", default-features = false,
2424

2525
# Dependencies of the `backtrace` crate
2626
addr2line = { version = "0.16.0", optional = true, default-features = false }
27-
rustc-demangle = { version = "0.1.18", features = ['rustc-dep-of-std'] }
27+
rustc-demangle = { version = "0.1.21", features = ['rustc-dep-of-std'] }
2828
miniz_oxide = { version = "0.4.0", optional = true, default-features = false }
2929
[dependencies.object]
3030
version = "0.26.1"

0 commit comments

Comments
 (0)