Update addr2line and gimli deps (#3580)

Just a routine update, figured it was good to stay close to their most
recent versions
This commit is contained in:
Alex Crichton
2021-12-01 15:48:36 -06:00
committed by GitHub
parent ccf31a33b8
commit 0e90d4b903
7 changed files with 14 additions and 12 deletions

View File

@@ -571,5 +571,7 @@ fn wasm_section_name(id: gimli::SectionId) -> &'static str {
DebugStr => ".debug_str.wasm",
DebugStrOffsets => ".debug_str_offsets.wasm",
DebugTypes => ".debug_types.wasm",
DebugCuIndex => ".debug_cu_index.wasm",
DebugTuIndex => ".debug_tu_index.wasm",
}
}