Update gnuv2_demangle to version 0.3 (#275)

This commit is contained in:
Anghelo Carvajal
2025-10-13 00:19:07 -03:00
committed by GitHub
parent 19ec08be9a
commit 8f5519cb6a
3 changed files with 4 additions and 4 deletions

View File

@@ -179,7 +179,7 @@ encoding_rs = { version = "0.8.35", optional = true }
# demangler
cpp_demangle = { version = "0.4", optional = true, default-features = false, features = ["alloc"] }
cwdemangle = { version = "1.0", optional = true }
gnuv2_demangle = { version = "0.1.0", optional = true }
gnuv2_demangle = { version = "0.3", optional = true }
msvc-demangler = { version = "0.11", optional = true }
[target.'cfg(windows)'.dependencies]