chore: bump versions to 0.4.2

This commit is contained in:
Jef Roosens 2025-05-24 12:05:36 +02:00
parent 638e228ba4
commit 5f7376ebb1
No known key found for this signature in database
GPG key ID: 21FD3D77D56BAF49
2 changed files with 9 additions and 7 deletions

View file

@ -14,8 +14,8 @@ edition = "2021"
chrono = { version = "0.4.26", features = ["serde"] }
serde = { version = "1.0.164", features = ["derive"] }
# [profile.release]
# lto = "fat"
# codegen-units = 1
# panic = "abort"
# strip = true
[profile.release]
lto = "fat"
codegen-units = 1
panic = "abort"
strip = true