Skip to content

Commit 91b8cfc

Browse files
committed
πŸ”– Release 0.7.0
1 parent 0d2a89c commit 91b8cfc

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

β€ŽCargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.toml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "gimoji"
33
description = "Easily add emojis to your git commit messages πŸŽ‰"
4-
version = "0.6.2"
4+
version = "0.7.0"
55
edition = "2021"
66
license = "MIT"
77
authors = ["Zeeshan Ali Khan <zeeshanak@gnome.org>"]
@@ -15,8 +15,14 @@ categories = ["development-tools"]
1515
clap = { version = "4.4.11", features = ["derive"] }
1616
crossterm = { version = "0.27.0", features = ["use-dev-tty"] }
1717
ratatui = "0.25.0"
18-
regex = { version = "1.10.2", default-features = false, features = ["std", "perf", "unicode-case" ] }
19-
arboard = { version = "3.3.0", default-features = false, features = ["wayland-data-control"] }
18+
regex = { version = "1.10.2", default-features = false, features = [
19+
"std",
20+
"perf",
21+
"unicode-case",
22+
] }
23+
arboard = { version = "3.3.0", default-features = false, features = [
24+
"wayland-data-control",
25+
] }
2026
terminal-light = "1.1.1"
2127

2228
[target.'cfg(unix)'.dependencies]

0 commit comments

Comments
Β (0)