Skip to content

Commit 1f271a0

Browse files
authored
Merge pull request #79 from vorner/raw-siginfo-origin
Raw siginfo origin
2 parents 246ca0d + c00c442 commit 1f271a0

File tree

21 files changed

+480
-470
lines changed

21 files changed

+480
-470
lines changed

.github/workflows/test.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ jobs:
151151
- name: Check compilation
152152
run: |
153153
rm Cargo.lock
154+
cargo update
154155
cargo check --no-default-features
155156
156157

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 0.3.2
2+
3+
* Allow extracting Origin from the raw `siginfo_t` structure by hand, without
4+
needing an iterator.
5+
* Folding the signal-hook-sys inline (but still compiling C code only
6+
conditionally).
7+
* `WithRawSiginfo` extractor (to get hands on the raw `siginfo_t`).
8+
* Bugfix: Don't leak on WithOrigin destruction.
9+
110
# 0.3.1
211

312
* Use caret dependencies where appropriate (to allow upgrades on

0 commit comments

Comments
 (0)