Skip to content

Commit

Permalink
Merge pull request #54 from jgardona/ref/change-owo-version
Browse files Browse the repository at this point in the history
Ref/change owo version
  • Loading branch information
jgardona authored Jan 15, 2024
2 parents 4e9a9bf + 03ae409 commit a42f7e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mhv"
version = "0.3.3"
version = "0.3.4"
edition = "2021"
description = "A minimalist hex viewer"
authors = ["Julio C. B. Gardona <jcbritobr@gmail.com>"]
Expand All @@ -13,7 +13,7 @@ categories = ["command-line-utilities"]

[dependencies]
clap = { version = "4.4.8", features = ["derive"]}
owo-colors = "3.5.0"
owo-colors = "4.0.0"

[dev-dependencies]
assert_cmd = "2.0.12"
Expand Down

0 comments on commit a42f7e6

Please sign in to comment.