Skip to content

Commit fcb8940

Browse files
committed
Trying to fix CI failures
1 parent 4deca62 commit fcb8940

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Cargo.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,14 @@ categories = ["embedded"]
1010
keywords = ["crt0", "runtime", "startup", "nintendo", "n64"]
1111
edition = "2018"
1212

13+
[profile.dev]
14+
panic = "abort"
15+
16+
[profile.test]
17+
panic = "abort"
18+
19+
[profile.release]
20+
panic = "abort"
21+
1322
[dependencies]
1423
libm = "0.2"

0 commit comments

Comments
 (0)