Skip to content

Commit

Permalink
build: Update symbolic dependency to 12.10.0 (#2120)
Browse files Browse the repository at this point in the history
Fix a wasm too big name section and legacy exceptions support.

It should fix this issue: getsentry/symbolic#848

Related to getsentry/symbolic#853
  • Loading branch information
trzeciak authored Aug 6, 2024
1 parent 2a4ae9f commit ecaf3e3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 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 @@ -69,7 +69,7 @@ serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.93"
sha1_smol = { version = "1.0.0", features = ["serde"] }
sourcemap = { version = "7.0.1", features = ["ram_bundle"] }
symbolic = { version = "12.4.1", features = ["debuginfo-serde", "il2cpp"] }
symbolic = { version = "12.10.0", features = ["debuginfo-serde", "il2cpp"] }
thiserror = "1.0.38"
url = "2.3.1"
username = "0.2.0"
Expand Down

0 comments on commit ecaf3e3

Please sign in to comment.