api header X-sign is tested, and ok

This commit is contained in:
alex 2026-03-18 22:42:23 +08:00
parent 372afd470b
commit f8c213c8c7
3 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -2062,7 +2062,7 @@ dependencies = [
[[package]]
name = "punchnet"
version = "1.0.1"
version = "1.0.2"
dependencies = [
"bytes",
"cargo-deb",

View File

@ -1,6 +1,6 @@
[package]
name = "punchnet"
version = "1.0.1"
version = "1.0.2"
edition = "2021"
[dependencies]

View File

@ -1,10 +1,10 @@
self:
RUSTFLAGS="-L ." cargo build --release
linux:
linux: libtun-so
RUSTFLAGS="-L ." cargo build --release --target x86_64-unknown-linux-musl
aarch64:
aarch64: libtun-so-aarch64
RUSTFLAGS="-L ." cargo build --release --target aarch64-unknown-linux-gnu