Skip to content

Commit 47b1ef2

Browse files
committed
Update dependencies
1 parent f1432c0 commit 47b1ef2

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
lines changed

Cargo.lock

+41-41
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/debuginfo.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ use syntax::source_map::FileName;
66

77
use gimli::write::{
88
Address, AttributeValue, DwarfUnit, EndianVec, FileId, LineProgram, LineString,
9-
LineStringTable, Range, RangeList, Result, SectionId, Sections, UnitEntryId, Writer,
9+
LineStringTable, Range, RangeList, Result, Sections, UnitEntryId, Writer,
1010
};
11-
use gimli::{Encoding, Format, LineEncoding, RunTimeEndian};
11+
use gimli::{Encoding, Format, LineEncoding, RunTimeEndian, SectionId};
1212

1313
use faerie::*;
1414

0 commit comments

Comments
 (0)