Skip to content

Commit

Permalink
refactor: disable default features of cocogitto
Browse files Browse the repository at this point in the history
  • Loading branch information
its-danny committed May 1, 2022
1 parent 1ddbe21 commit 94dc806
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ path = "src/lib/lib.rs"
[dependencies]
anyhow = "1.0.57"
clap = { version = "3.1.13", features = ["derive"] }
cocogitto = "5.1.0"
cocogitto = { version = "5.1.0", default-features = false }
conventional_commit_parser = "0.9.4"
dirs = "4.0.0"
emojis = "0.4.0"
Expand Down

0 comments on commit 94dc806

Please sign in to comment.