From c908c2ffb8e7e8fd38578edd0c48bc85ee11bae1 Mon Sep 17 00:00:00 2001 From: AHQ Date: Tue, 28 May 2024 20:41:54 +0530 Subject: [PATCH] 0.3.0 --- .github/workflows/CI.yml | 1 + Cargo.toml | 6 +++--- package.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3f1c4fa..0525d8d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -175,6 +175,7 @@ jobs: needs: - build - universal-macOS + - publish-cargo steps: - uses: actions/checkout@v4 - name: Setup node diff --git a/Cargo.toml b/Cargo.toml index d47c5be..b7427f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" -name = "ahqstore_cli" -version = "0.3.1" +name = "ahqstore_cli_rs" +version = "0.3.0" description = "AHQ Store CLI" repository = "https://github.com/ahqstore/cli" homepage = "https://github.com/ahqstore/cli" @@ -34,7 +34,7 @@ image = { version = "0.25", default-features = false, features = ["rayon", "png" rand = "0.8.5" [target.'cfg(unix)'.dependencies] -openssl-sys = { version = "*", features = ["vendored"] } +openssl-sys = { version = "0.9.102", features = ["vendored"] } [build-dependencies] diff --git a/package.json b/package.json index 8396b9b..628f1bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ahqstore/cli", - "version": "0.3.1", + "version": "0.3.0", "napi": { "name": "cli", "triples": {