Skip to content

Commit

Permalink
CI: Include macOS binaries in Rust apps' releases (#174)
Browse files Browse the repository at this point in the history
Bump Rust apps version (0.18.3 -> 0.18.4) to give the `release` CI job
an opportunity to run.

Related issue: #154
  • Loading branch information
vvv authored Sep 30, 2024
1 parent 1dd6666 commit 6a2184a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
#- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu }
#- { os: ubuntu-latest, target: aarch64-unknown-linux-gnu }
#- { os: ubuntu-latest, target: aarch64-unknown-linux-musl }
#- { os: macos-latest, target: x86_64-apple-darwin }
#- { os: macos-latest, target: aarch64-apple-darwin }
- { os: macos-latest, target: x86_64-apple-darwin }
- { os: macos-latest, target: aarch64-apple-darwin }
#- { os: macos-latest, target: universal-apple-darwin }

steps:
Expand Down
4 changes: 2 additions & 2 deletions rust/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 rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["ja4", "ja4x"]
resolver = "2"

[workspace.package]
version = "0.18.3"
version = "0.18.4"
license = "LicenseRef-FoxIO-Proprietary"
repository = "https://github.com/FoxIO-LLC/ja4"

Expand Down

0 comments on commit 6a2184a

Please sign in to comment.