Update the minimal template to stable2503 (#24)

This synchronizes the template to the stable2503 branch.

Co-authored-by: iulianbarbu <14218860+iulianbarbu@users.noreply.github.com>
This commit is contained in:
paritytech-polkadotsdk-templatebot[bot]
2025-05-12 20:34:52 +03:00
committed by GitHub
parent cf2536b751
commit c6f71c73f6
2 changed files with 518 additions and 551 deletions
Generated
+508 -551
View File
File diff suppressed because it is too large Load Diff
+10
View File
@@ -26,3 +26,13 @@ polkadot-sdk = { version = "2503.0.1", default-features = false }
codec = { version = "3.7.4", default-features = false, package = "parity-scale-codec" }
scale-info = { version = "2.11.6", default-features = false }
serde_json = { version = "1.0.132", default-features = false }
[profile.release]
opt-level = 3
panic = "unwind"
[profile.production]
codegen-units = 1
inherits = "release"
lto = true