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]] [[package]]
name = "punchnet" name = "punchnet"
version = "1.0.1" version = "1.0.2"
dependencies = [ dependencies = [
"bytes", "bytes",
"cargo-deb", "cargo-deb",

View File

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

View File

@ -1,10 +1,10 @@
self: self:
RUSTFLAGS="-L ." cargo build --release RUSTFLAGS="-L ." cargo build --release
linux: linux: libtun-so
RUSTFLAGS="-L ." cargo build --release --target x86_64-unknown-linux-musl 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 RUSTFLAGS="-L ." cargo build --release --target aarch64-unknown-linux-gnu