Skip to content

Commit fee646f

Browse files
committed
Release 1.1.1
[email protected] Generated by cargo-workspaces
1 parent 7c1e713 commit fee646f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["adeoye adefemi <[email protected]>"]
44
description = "a compilation of utility scripts for every day use in building applications and using certain features on my laptop"
55
edition = "2021"
66
name = "utils-cli"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
license = "Apache-2.0"
99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010

pre-install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const cargoDir = path.join(homedir(), ".cargo");
1010
// check if directory exists
1111
if (fs.existsSync(cargoDir)) {
1212
// console.log("Cargo found.");
13-
//
13+
1414
} else {
1515
const setCargo = 'PATH="/$HOME/.cargo/bin:${PATH}"';
1616
console.log("Installing deps [cargo].");

0 commit comments

Comments
 (0)