We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e61b246 commit 0f653bfCopy full SHA for 0f653bf
git-cliff-core/Cargo.toml
@@ -16,7 +16,7 @@ default = ["repo"]
16
## Enable parsing commits from a git repository.
17
## You can turn this off if you already have the commits to put in the
18
## changelog and you don't need `git-cliff` to parse them.
19
-repo = ["dep:git2", "dep:glob", "dep:indexmap"]
+repo = ["dep:git2", "dep:indexmap"]
20
# Enable integration with remote repositories.
21
remote = [
22
"dep:reqwest",
@@ -43,7 +43,7 @@ bitbucket = ["remote"]
43
gitea = ["remote"]
44
45
[dependencies]
46
-glob = { workspace = true, optional = true }
+glob.workspace = true
47
regex.workspace = true
48
log.workspace = true
49
secrecy.workspace = true
0 commit comments