Skip to content

Commit

Permalink
Support for DWARFv5 embedded source code extension (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrmaxmeier committed Jul 16, 2024
1 parent 2291045 commit 7dc28dd
Show file tree
Hide file tree
Showing 10 changed files with 174 additions and 70 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Unreleased

**Features**

- Support for DWARFv5 embedded source code extension ([#849](https://github.com/getsentry/symbolic/pull/849))

## 12.9.2

- Downgrade and pin `zip` to fix SourceBundles with >64k files ([#846](https://github.com/getsentry/symbolic/pull/846))
Expand Down
114 changes: 57 additions & 57 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fallible-iterator = "0.3.0"
flate2 = { version = "1.0.25", default-features = false, features = [
"rust_backend",
] }
gimli = { version = "0.30.0", default-features = false, features = [
gimli = { version = "0.31.0", default-features = false, features = [
"read",
"std",
"fallible-iterator",
Expand Down
Loading

0 comments on commit 7dc28dd

Please sign in to comment.