1
Fork 0

Update to rustc-demangle 0.1.18

This commit is contained in:
varkor 2020-10-21 21:11:11 +01:00
parent a797801532
commit 878c97e70c
4 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@ doctest = false
[dependencies]
tracing = "0.1"
punycode = "0.4.0"
rustc-demangle = "0.1.17"
rustc-demangle = "0.1.18"
rustc_ast = { path = "../rustc_ast" }
rustc_span = { path = "../rustc_span" }