Skip to content

Commit

Permalink
Remove symbolic-demangle version patch workaround
Browse files Browse the repository at this point in the history
With the 12.13.2 release [0] symbolic-demangle is usable again on GitHub
Action Windows workers. Remove the version override that we introduced
to work around earlier issues.

[0]: https://github.com/getsentry/symbolic/releases/tag/12.13.2

Signed-off-by: Daniel Müller <[email protected]>
  • Loading branch information
d-e-s-o authored and danielocfb committed Jan 14, 2025
1 parent d35d1fa commit 87f341e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ zstd = {version = "0.13.1", default-features = false, optional = true}
[target.'cfg(any(target_os = "linux", target_os = "android"))'.build-dependencies]
libbpf-sys = {version = "1.4.1", default-features = false, optional = true}

[target.'cfg(target_os = "windows")'.build-dependencies]
# 12.13.x causes broken Windows builds.
_symbolic_demangle_lowered = {package = "symbolic-demangle", version = "=12.12.4"}

[dependencies]
# TODO: Enable `zstd` feature once toolchain support for it is more
# widespread (enabled by default in `ld`). Remove conditionals in
Expand Down

0 comments on commit 87f341e

Please sign in to comment.