Skip to content

Commit c0d9f4d

Browse files
committed
Update dependencies.
Adds support for macOS 12 system library symbolication. Adds /source/v1 API so that the profiler can show source code.
1 parent bed29ac commit c0d9f4d

File tree

2 files changed

+81
-31
lines changed

2 files changed

+81
-31
lines changed

perfrecord/Cargo.lock

Lines changed: 80 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

perfrecord/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readme = "Readme.md"
1212
perfrecord-mach-ipc-rendezvous = { version = "0.2.1", path = "../perfrecord-mach-ipc-rendezvous" }
1313

1414
# profiler-symbol-server = { path = "../../profiler-symbol-server" }
15-
profiler-symbol-server = "0.7.3"
15+
profiler-symbol-server = "0.9.0"
1616

1717
tokio = { version = "1.6.1", features = ["rt", "rt-multi-thread", "macros"] }
1818
uuid = "0.8.1"

0 commit comments

Comments
 (0)