Skip to content

Commit

Permalink
Update ctrlc dependency to enable termination feature
Browse files Browse the repository at this point in the history
  • Loading branch information
voioo committed Jan 5, 2025
1 parent 8edefa7 commit 2504a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
config = "0.15.4"
ctrlc = "3.4.5"
ctrlc = { version = "3.4.5", features = ["termination"] }
env_logger = "0.11.6"
log = "0.4.22"
num_cpus = "1.16.0"
Expand Down

0 comments on commit 2504a49

Please sign in to comment.