Skip to content

Commit

Permalink
update crossterm remove ezemoji
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy8625 committed Sep 22, 2024
1 parent 8b8338d commit 13ce71e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ categories = ["command-line-utilities"]

[dependencies]
clap = { version = "4.5.18", features = ["cargo", "derive"] }
crossterm = "0.27.0"
crossterm = "0.28.1"
rand = "0.8.5"
itertools = "0.13.0"
ezemoji = "0.2.0"

[profile.release]
debug = true

0 comments on commit 13ce71e

Please sign in to comment.