Version 0.2.3

- Fix regression when diffing symbols
  across mismatched section indexes
This commit is contained in:
2022-12-10 20:28:01 -05:00
parent 7219e72acf
commit 613e84ecf2
4 changed files with 21 additions and 14 deletions

View File

@@ -81,7 +81,7 @@ impl Default for ViewConfig {
pub struct SymbolReference {
pub symbol_name: String,
pub section_index: usize,
pub section_name: String,
}
#[derive(serde::Deserialize, serde::Serialize)]