Skip to content

Commit

Permalink
0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Aug 23, 2024
1 parent ad700b7 commit d9e89f5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "ahqstore_cli_rs"
version = "0.5.1"
version = "0.5.2"
description = "AHQ Store CLI"
repository = "https://github.com/ahqstore/cli"
homepage = "https://github.com/ahqstore/cli"
Expand Down Expand Up @@ -35,7 +35,6 @@ serde_json = "1"
ahqstore-types = "3.1.0"
reqwest = { version = "0.12", features = ["json", "blocking"] }
sha2 = "0.10"
base64 = "0.22"
image = { version = "0.25", default-features = false, features = [
"rayon",
"png",
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.5.1",
"version": "0.5.2",
"readme": "./README.md",
"napi": {
"name": "cli",
Expand Down
1 change: 0 additions & 1 deletion src/app/build/icon.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use crate::app::ERR;
use base64::engine::{general_purpose::STANDARD, Engine};
use image::{load_from_memory_with_format as load_img, ImageFormat};
use std::fs;
use std::process;
Expand Down

0 comments on commit d9e89f5

Please # to comment.