Skip to content

Commit

Permalink
chore: bump version to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
latipun7 committed Jan 22, 2025
1 parent 8b4ef76 commit deb6fde
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 71 deletions.
121 changes: 54 additions & 67 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "charasay"
version = "3.2.0"
version = "3.3.0"
authors = ["Latif Sulistyo <[email protected]>"]
edition = "2021"
description = "The future of cowsay 🐮! Colorful characters saying something 🗨️."
Expand All @@ -20,11 +20,11 @@ categories = [
name = "chara"

[dependencies]
clap_complete = "4.5.40"
clap = { version = "4.5.23", features = ["derive"] }
clap_complete = "4.5.42"
clap = { version = "4.5.27", features = ["derive"] }
rust-embed = { version = "8.5.0", features = ["debug-embed"] }
textwrap = { version = "0.16.1", features = ["terminal_size"] }
unicode-width = "0.2.0"
regex = "1.11.1"
rand = "0.8.5"
strip-ansi-escapes = "0.2.0"
strip-ansi-escapes = "0.2.1"

0 comments on commit deb6fde

Please sign in to comment.