Skip to content

Commit

Permalink
build: Bump symbolic to 12.13.3
Browse files Browse the repository at this point in the history
Symbolic version `12.13.3` includes [a change](getsentry/symbolic#890), which will reduce, in some cases significantly, the memory usage of sourcemap uploads.

ref #2344
  • Loading branch information
szokeasaurusrex committed Jan 20, 2025
1 parent 6e188bf commit 57d319d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 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 @@ -66,7 +66,7 @@ serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.93"
sha1_smol = { version = "1.0.0", features = ["serde"] }
sourcemap = { version = "9.1.2", features = ["ram_bundle"] }
symbolic = { version = "12.12.3", features = ["debuginfo-serde", "il2cpp"] }
symbolic = { version = "12.13.3", features = ["debuginfo-serde", "il2cpp"] }
thiserror = "1.0.38"
url = "2.3.1"
username = "0.2.0"
Expand Down

0 comments on commit 57d319d

Please sign in to comment.