Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed May 28, 2024
1 parent e87af18 commit c908c2f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ jobs:
needs:
- build
- universal-macOS
- publish-cargo
steps:
- uses: actions/checkout@v4
- name: Setup node
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ahqstore/cli",
"version": "0.3.1",
"version": "0.3.0",
"napi": {
"name": "cli",
"triples": {
Expand Down

0 comments on commit c908c2f

Please sign in to comment.