version-update for: toolchane update in fmt test. Add optimized build in profile.

This commit is contained in:
clowzed 2024-06-24 13:08:25 +03:00
commit 6eb836ee19

View file

@ -77,5 +77,11 @@ members = [".", "entity", "migration"]
[dev-dependencies]
axum-test = "15.2.0"
[profile.release]
lto = true
strip = true
opt-level = 3
codegen-units = 1