Skip to content

Commit

Permalink
version: 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhazhazhu committed Jan 24, 2024
1 parent 9f6476a commit 2a0902d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: sudo apt-get install -y musl-tools

- name: Build binary
run: cargo build --verbose --release --target ${{ matrix.target }}
run: cargo build --verbose --release --target ${{ matrix.target }} --package airnc
env:
RUST_BACKTRACE: 1

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "airnc"
version = "0.0.3"
version = "0.0.4"
edition = "2021"
description = "A LAN transmission tool"
authors = ["[email protected]"]
Expand Down

0 comments on commit 2a0902d

Please sign in to comment.