Skip to content

Commit 0f653bf

Browse files
marcoieniorhun
andauthored
fix(deps): make glob dependency mandatory (#1035)
* fix: make glob dependency mandatory * chore: Update git-cliff-core/Cargo.toml --------- Co-authored-by: Orhun Parmaksız <[email protected]>
1 parent e61b246 commit 0f653bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

git-cliff-core/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ default = ["repo"]
1616
## Enable parsing commits from a git repository.
1717
## You can turn this off if you already have the commits to put in the
1818
## changelog and you don't need `git-cliff` to parse them.
19-
repo = ["dep:git2", "dep:glob", "dep:indexmap"]
19+
repo = ["dep:git2", "dep:indexmap"]
2020
# Enable integration with remote repositories.
2121
remote = [
2222
"dep:reqwest",
@@ -43,7 +43,7 @@ bitbucket = ["remote"]
4343
gitea = ["remote"]
4444

4545
[dependencies]
46-
glob = { workspace = true, optional = true }
46+
glob.workspace = true
4747
regex.workspace = true
4848
log.workspace = true
4949
secrecy.workspace = true

0 commit comments

Comments
 (0)