Compare commits

...

2 commits
v0.1.3 ... main

Author SHA1 Message Date
asonix d2609e40b3 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
2024-02-12 15:18:06 -06:00
asonix f3832e0555 Remove prerelease marker
All checks were successful
/ clippy (push) Successful in 27s
/ tests (push) Successful in 27s
/ check (aarch64-unknown-linux-musl) (push) Successful in 56s
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 54s
/ check (x86_64-unknown-linux-musl) (push) Successful in 38s
2024-02-12 14:34:09 -06:00
2 changed files with 2 additions and 1 deletions

View file

@ -207,7 +207,6 @@ jobs:
direction: upload
token: ${{ secrets.GITHUB_TOKEN }}
release-dir: artifacts/
prerelease: true
publish-crate:
needs: [build]

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"