Skip to content

Commit d9539bc

Browse files
committed
fix: handle all graceful termination signals
1 parent cc67c6f commit d9539bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ color-eyre = "0.6.3"
4343
core_affinity = "0.8.3"
4444
crossbeam = "0.8.4"
4545
csv = "1.3.1"
46-
ctrlc = "3.4.7"
46+
ctrlc = { version = "3.4.7", features = ["termination"] }
4747
env_logger = "0.11.8"
4848
etherparse = "0.18.0"
4949
eyre = "0.6.12"

0 commit comments

Comments
 (0)