Skip to content

Commit

Permalink
🔖 Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zeenix committed Dec 23, 2023
1 parent 0d2a89c commit 91b8cfc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

12 changes: 9 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gimoji"
description = "Easily add emojis to your git commit messages 🎉"
version = "0.6.2"
version = "0.7.0"
edition = "2021"
license = "MIT"
authors = ["Zeeshan Ali Khan <[email protected]>"]
Expand All @@ -15,8 +15,14 @@ categories = ["development-tools"]
clap = { version = "4.4.11", features = ["derive"] }
crossterm = { version = "0.27.0", features = ["use-dev-tty"] }
ratatui = "0.25.0"
regex = { version = "1.10.2", default-features = false, features = ["std", "perf", "unicode-case" ] }
arboard = { version = "3.3.0", default-features = false, features = ["wayland-data-control"] }
regex = { version = "1.10.2", default-features = false, features = [
"std",
"perf",
"unicode-case",
] }
arboard = { version = "3.3.0", default-features = false, features = [
"wayland-data-control",
] }
terminal-light = "1.1.1"

[target.'cfg(unix)'.dependencies]
Expand Down

0 comments on commit 91b8cfc

Please sign in to comment.