Skip to content

Commit 7be3047

Browse files
committed
Merge remote-tracking branch '_rust/main'
2 parents 1059eed + 9a2e0cc commit 7be3047

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

.cargo/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[resolver]
2+
incompatible-rust-versions = "fallback"

Cargo.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,12 @@ uninlined_format_args = "warn"
8686
verbose_file_reads = "warn"
8787
wildcard_imports = "warn"
8888
zero_sized_map_values = "warn"
89+
90+
[profile.dev]
91+
panic = "abort"
92+
93+
[profile.release]
94+
panic = "abort"
95+
codegen-units = 1
96+
lto = true
97+
debug = "line-tables-only"

0 commit comments

Comments
 (0)