Skip to content

Commit

Permalink
comment toml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsn committed Feb 14, 2025
1 parent 3fa4228 commit 5913196
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion bin_tests/tests/crashtracker_bin_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ fn assert_siginfo_message(sig_info: &Value, crash_typ: &str) {
),
"{sig_info:?}"
);

}
"kill_sigill" => {
assert_eq!(sig_info["si_signo"], libc::SIGILL);
Expand Down
1 change: 1 addition & 0 deletions crashtracker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ uuid = { version = "1.4.1", features = ["v4", "serde"] }
tempfile = { version = "3.3" }

[build-dependencies]
# If we use a newer version of cc, CI fails on alpine.
cc = "1.1.31"

0 comments on commit 5913196

Please sign in to comment.