chore(cargo): optimize runtime
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
48e69b5c2d
commit
43e6948cd7
1 changed files with 3 additions and 0 deletions
|
@ -12,3 +12,6 @@ tracing = "0.1.37"
|
|||
color-eyre = "0.6.2"
|
||||
thiserror = "1.0.37"
|
||||
tracing-subscriber = { version = "0.3.16", default-features = true, features = ["env-filter", "local-time"] }
|
||||
|
||||
[profile.dev.package.backtrace]
|
||||
opt-level = 3
|
||||
|
|
Loading…
Reference in a new issue