about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2025-08-28 07:46:26 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2025-08-28 20:12:16 +1000
commit475c29d30f7d31c63fad132908fa325a4fc30efe (patch)
treefaf082f62e49b0a05f4681f172c345ef63c6396c /Cargo.toml
parentb16c66ee838ba77331cefa3e1747899978b76ff7 (diff)
downloadrust-475c29d30f7d31c63fad132908fa325a4fc30efe.tar.gz
rust-475c29d30f7d31c63fad132908fa325a4fc30efe.zip
Add `rustc-demangle` to `[workspace.dependencies]`.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 01935b7daff..2c5044f6a35 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -75,6 +75,7 @@ odht = { version = "0.3.1", features = ["nightly"] }
 polonius-engine = "0.13.0"
 proc-macro2 = "1.0.101"
 quote = "1.0.40"
+rustc-demangle = "0.1.26"
 rustc-hash = "2.1.1"
 rustc-literal-escaper = "0.0.5"
 rustc_apfloat = "0.2.3"