3 files changed
+3
-2
lines changed- .github/actions/build-with-patched-std/action.yml+2
- .github/workflows/check-binary-size.yml+6-2
- .github/workflows/main.yml+3
- .github/workflows/publish.yml+52
- Cargo.lock+2-2
- Cargo.toml+1-1
- ci/run.sh+3-1
- crates/as-if-std/Cargo.toml+1-1
- crates/as-if-std/src/lib.rs+1-1
- crates/cpp_smoke_test/Cargo.toml+1
- crates/debuglink/Cargo.toml+1
- crates/line-tables-only/Cargo.toml+1
- crates/macos_frames_test/Cargo.toml+1
- crates/without_debuginfo/Cargo.toml+1
- src/capture.rs+15-11
- src/lib.rs+2-2
- src/symbolize/gimli.rs+7-2
- src/symbolize/gimli/libs_windows.rs+72-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
| 60 | + | |
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
| 37 | + | |
37 | 38 |
| |
38 | 39 |
| |
39 | 40 |
| |
|
0 commit comments