Skip to content

Commit

Permalink
Update gimli dependency
Browse files Browse the repository at this point in the history
This includes a fix for handling of DWARF tombstones.
  • Loading branch information
philipc committed Oct 4, 2024
1 parent b43dfaa commit 34f98bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ include = [
]

[dependencies]
gimli = { version = "0.31.0", default-features = false, features = ["read"] }
gimli = { version = "0.31.1", default-features = false, features = ["read"] }
fallible-iterator = { version = "0.3.0", default-features = false, optional = true }
smallvec = { version = "1", default-features = false, optional = true }
rustc-demangle = { version = "0.1", optional = true }
Expand Down

0 comments on commit 34f98bf

Please sign in to comment.