From a6948d7ddbce57855925073f0da526b5637e9f90 Mon Sep 17 00:00:00 2001 From: "Valeriy V. Vorotyntsev" Date: Sat, 28 Sep 2024 14:05:14 +0300 Subject: [PATCH] CI: Include macOS binaries in Rust apps' releases Bump Rust apps version (0.18.3 -> 0.18.4) to give the `release` CI job an opportunity to run. Related issue: #154 --- .github/workflows/release.yml | 4 ++-- rust/Cargo.lock | 4 ++-- rust/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 78004bc..e42cfc9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 90c6e05..4f70148 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -521,7 +521,7 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" [[package]] name = "ja4" -version = "0.18.3" +version = "0.18.4" dependencies = [ "clap", "color-eyre", @@ -548,7 +548,7 @@ dependencies = [ [[package]] name = "ja4x" -version = "0.18.3" +version = "0.18.4" dependencies = [ "clap", "color-eyre", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 0279ff5..3148961 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -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"