Skip to content

Commit

Permalink
feat: 添加子网广播能力 (#9)
Browse files Browse the repository at this point in the history
* feat: 升级依赖

* feat: 添加子网掩码

* feat: 更新文档,支持子网掩码

* feat: 升级打包工具

* feat: 更新CI
  • Loading branch information
nashaofu authored Sep 6, 2024
1 parent 77a2b16 commit ced7dbf
Show file tree
Hide file tree
Showing 23 changed files with 3,355 additions and 4,992 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,12 @@ jobs:
post-build: |
md build
copy target/x86_64-pc-windows-msvc/release/wol.exe build/wol.exe
# crate ring not support: https://github.com/briansmith/ring/issues/1167
# - target: aarch64-pc-windows-msvc
# host: windows-latest
# use-cross: false
# post-build: |
# md build
# copy target/aarch64-pc-windows-msvc/release/wol.exe build/wol.exe
- target: aarch64-pc-windows-msvc
host: windows-latest
use-cross: false
post-build: |
md build
copy target/aarch64-pc-windows-msvc/release/wol.exe build/wol.exe
- target: x86_64-unknown-linux-gnu
host: ubuntu-latest
Expand Down
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
debug/
target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

Expand Down
Loading

0 comments on commit ced7dbf

Please sign in to comment.