Skip to content

Commit

Permalink
fix: Update symbolic to fix spurious EOF errors (#1339)
Browse files Browse the repository at this point in the history
When using `difutil bundle-sources` on a symbolicator dif built with
the latest Rust compiler, we would otherwise get a spurious EOF error.
  • Loading branch information
Swatinem committed Sep 26, 2022
1 parent ebae541 commit be23d6e
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 27 deletions.
147 changes: 121 additions & 26 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
Expand Up @@ -50,7 +50,7 @@ serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"
sha1_smol = { version = "1.0.0", features = ["serde"] }
sourcemap = { version = "6.0.2", features = ["ram_bundle"] }
symbolic = { version = "9.0.0", features = ["debuginfo-serde", "il2cpp"] }
symbolic = { version = "9.1.4", features = ["debuginfo-serde", "il2cpp"] }
thiserror = "1.0.31"
url = "2.2.2"
username = "0.2.0"
Expand Down

0 comments on commit be23d6e

Please sign in to comment.