Skip to content

Commit

Permalink
Merge remote-tracking branch '_rust/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Mar 5, 2025
2 parents 1059eed + 9a2e0cc commit 7be3047
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[resolver]
incompatible-rust-versions = "fallback"
9 changes: 9 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,12 @@ uninlined_format_args = "warn"
verbose_file_reads = "warn"
wildcard_imports = "warn"
zero_sized_map_values = "warn"

[profile.dev]
panic = "abort"

[profile.release]
panic = "abort"
codegen-units = 1
lto = true
debug = "line-tables-only"

0 comments on commit 7be3047

Please sign in to comment.