Skip to content

Commit 5913196

Browse files
committed
comment toml
1 parent 3fa4228 commit 5913196

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

bin_tests/tests/crashtracker_bin_test.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ fn assert_siginfo_message(sig_info: &Value, crash_typ: &str) {
272272
),
273273
"{sig_info:?}"
274274
);
275-
276275
}
277276
"kill_sigill" => {
278277
assert_eq!(sig_info["si_signo"], libc::SIGILL);

crashtracker/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,5 @@ uuid = { version = "1.4.1", features = ["v4", "serde"] }
5353
tempfile = { version = "3.3" }
5454

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

0 commit comments

Comments
 (0)