Parse to a meaningful format in the nix output stream before hitting the running build.

This commit is contained in:
Tom Alexander
2026-02-19 18:39:01 -05:00
parent f797a19175
commit 8d2dd015c4
8 changed files with 1028 additions and 309 deletions

View File

@@ -28,7 +28,3 @@ url = { version = "2.5.8", default-features = false, features = ["std"] }
inherits = "release"
lto = true
strip = "symbols"
[profile.dev.package.sqlx-macros]
# Faster compile-time verified macros
opt-level = 3