Skip to content

Commit

Permalink
For NordicHPC#152 - Limit signal-hook features
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars T Hansen committed Apr 4, 2024
1 parent f2f229a commit d8d63de
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 @@ -15,6 +15,6 @@ log = "0.4"
env_logger = "0.11"
page_size = "0.6"
libc = "0.2"
signal-hook = "0.3"
signal-hook = { version = "0.3", default-features = false, features = [] }
serde_json = "1.0.114"
serde = { version = "1.0.197", features = ["derive"] }

0 comments on commit d8d63de

Please sign in to comment.