Strip release binaries
All checks were successful
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 55s
/ check (x86_64-unknown-linux-musl) (push) Successful in 53s
/ clippy (push) Successful in 26s
/ tests (push) Successful in 26s
/ check (aarch64-unknown-linux-musl) (push) Successful in 42s

This commit is contained in:
asonix 2024-02-12 15:17:51 -06:00
parent 73002d4d35
commit 4717e4fdb2

View file

@ -8,6 +8,8 @@ repository = "https://git.asonix.dog/asonix/warriors-names"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.release]
strip = true
[dependencies]
anyhow = "1.0"