Skip to content

Commit f19ebaf

Browse files
committed
Add rustc-demangle to [workspace.dependencies].
1 parent 0202684 commit f19ebaf

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ odht = { version = "0.3.1", features = ["nightly"] }
7373
polonius-engine = "0.13.0"
7474
proc-macro2 = "1.0.101"
7575
quote = "1.0.40"
76+
rustc-demangle = "0.1.26"
7677
rustc-hash = "2.1.1"
7778
rustc-literal-escaper = "0.0.5"
7879
rustc_apfloat = "0.2.3"

compiler/rustc_codegen_llvm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ itertools.workspace = true
1616
libc.workspace = true
1717
measureme.workspace = true
1818
object = { version = "0.37.0", default-features = false, features = ["std", "read"] }
19-
rustc-demangle = "0.1.21"
19+
rustc-demangle.workspace = true
2020
rustc_abi = { path = "../rustc_abi" }
2121
rustc_ast = { path = "../rustc_ast" }
2222
rustc_codegen_ssa = { path = "../rustc_codegen_ssa" }

compiler/rustc_symbol_mangling/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2024"
66
[dependencies]
77
# tidy-alphabetical-start
88
punycode = "0.4.0"
9-
rustc-demangle = "0.1.21"
9+
rustc-demangle.workspace = true
1010
rustc_abi = { path = "../rustc_abi" }
1111
rustc_data_structures = { path = "../rustc_data_structures" }
1212
rustc_errors = { path = "../rustc_errors" }

src/tools/coverage-dump/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ leb128 = "0.2.5"
1212
md5 = { package = "md-5" , version = "0.10.5" }
1313
miniz_oxide = "0.8.8"
1414
regex = "1.8.4"
15-
rustc-demangle = "0.1.23"
15+
rustc-demangle.workspace = true

0 commit comments

Comments
 (0)