Skip to content

Commit 4230278

Browse files
committed
Bump pipecheck to v0.1.2
This release switches from `signal` to `sigaction`, which is better defined for multi-threaded programs. However, xt isn't multi-threaded, and this is more of a theoretical issue than an in-practice issue either way, so this will ship naturally with the next release.
1 parent 568c83c commit 4230278

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ exclude = ["benches/**"]
1515
[dependencies]
1616
lexopt = "0.3.1"
1717
memmap2 = "0.9.9"
18-
pipecheck = "0.1.1"
18+
pipecheck = "0.1.2"
1919
rmp = "0.8.12"
2020
rmp-serde = "1.1.2"
2121
serde = "1.0.228"

0 commit comments

Comments
 (0)