Skip to content

Commit 912584b

Browse files
committed
chore: use explicit version for path-clean crate in Cargo.toml
1 parent 13dffd6 commit 912584b

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,15 @@ description = "A CLI tool which can help users automatically add co-author(s) to
77
readme = "README.md"
88
repository = "https://github.com/Mubashwer/git-mob"
99
license = "MIT"
10-
keywords = [
11-
"git",
12-
"cli",
13-
"pair-programming",
14-
"mob-programming"
15-
]
10+
keywords = ["git", "cli", "pair-programming", "mob-programming"]
1611
categories = ["command-line-interface", "command-line-utilities"]
1712
include = [
1813
"src/**/*",
1914
"Cargo.lock",
2015
"Cargo.toml",
2116
"LICENSE",
2217
"prepare-commit-msg",
23-
"README.md"
18+
"README.md",
2419
]
2520

2621
[[bin]]
@@ -30,7 +25,7 @@ path = "src/main.rs"
3025
[dependencies]
3126
clap = { version = "4.5.39", features = ["derive"] }
3227
inquire = "0.7.5"
33-
path-clean = "1.0"
28+
path-clean = "1.0.1"
3429

3530
[dev-dependencies]
3631
assert_cmd = "2.0.16"
@@ -45,4 +40,4 @@ rexpect = "0.6.0"
4540

4641
[package.metadata.binstall]
4742
pkg-url = "{ repo }/releases/download/v{ version }/git-mob-{ target }.tar.gz"
48-
pkg-fmt = "tgz"
43+
pkg-fmt = "tgz"

0 commit comments

Comments
 (0)