Strip release binaries
All checks were successful
/ check (aarch64-unknown-linux-musl) (push) Successful in 58s
/ clippy (push) Successful in 34s
/ tests (push) Successful in 36s
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 58s
/ check (x86_64-unknown-linux-musl) (push) Successful in 38s

This commit is contained in:
asonix 2024-02-12 15:18:06 -06:00
parent f3832e0555
commit d2609e40b3

View file

@ -4,6 +4,8 @@ version = "0.1.3"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.release]
strip = true
[dependencies]
parse_link_header = "0.3.3"