Merge pull request #53 from matter-labs/strip

chore: strip release executables by default
This commit is contained in:
Harald Hoyer 2024-03-14 10:59:03 +01:00 committed by GitHub
commit fa9e265ff9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,9 @@
members = ["crates/*", "bin/*"]
resolver = "2"
[profile.release]
strip = true
[workspace.package]
version = "0.1.2-alpha.1"
edition = "2021"