diff --git a/Cargo.lock b/Cargo.lock index 508088c..7c5dae8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2062,7 +2062,7 @@ dependencies = [ [[package]] name = "punchnet" -version = "1.0.1" +version = "1.0.2" dependencies = [ "bytes", "cargo-deb", diff --git a/Cargo.toml b/Cargo.toml index 59b9fcc..8ab202d 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "punchnet" -version = "1.0.1" +version = "1.0.2" edition = "2021" [dependencies] diff --git a/Makefile b/Makefile index dad78a4..9f1b68a 100755 --- a/Makefile +++ b/Makefile @@ -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