Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
[email protected]

Generated by cargo-workspaces
  • Loading branch information
opeolluwa committed Mar 26, 2024
1 parent 7c1e713 commit fee646f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["adeoye adefemi <[email protected]>"]
description = "a compilation of utility scripts for every day use in building applications and using certain features on my laptop"
edition = "2021"
name = "utils-cli"
version = "1.1.0"
version = "1.1.1"
license = "Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion pre-install.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const cargoDir = path.join(homedir(), ".cargo");
// check if directory exists
if (fs.existsSync(cargoDir)) {
// console.log("Cargo found.");
//

} else {
const setCargo = 'PATH="/$HOME/.cargo/bin:${PATH}"';
console.log("Installing deps [cargo].");
Expand Down

0 comments on commit fee646f

Please sign in to comment.