Skip to content

Commit c411235

Browse files
Jeremy Fitzhardingemeta-codesync[bot]
authored andcommitted
third-party/rust: update gimli to 0.33.1 and addr2line to 0.26
Summary: Update gimli from 0.31 to 0.33.1 and addr2line from 0.24 to 0.26 for compatibility. Fix first-party users for breaking API changes in EntriesCursor, next_entry, next_dfs, UnitSectionOffset, and LineProgram. 0.33.1 is from git and has upstream PR gimli-rs/gimli#887. 0.33.1 had previously been published but then yanked due to API breakages vs 0.33, but either they were fixed or don't affect any first-party code. Reviewed By: dreiss, dtolnay Differential Revision: D108304038 fbshipit-source-id: 762d9f4afa61ec16b2ee63df78f97f404dc9e36d
1 parent 003b07a commit c411235

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reverie/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/facebookexperimental/reverie"
99
license = "BSD-2-Clause"
1010

1111
[dependencies]
12-
addr2line = "0.24.2"
12+
addr2line = "0.26.0"
1313
anyhow = "1.0.102"
1414
async-trait = "0.1.86"
1515
bitflags = { version = "2.11.1", features = ["serde", "std"], default-features = false }

0 commit comments

Comments
 (0)