Skip to content

Commit

Permalink
Cargo update and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-leon committed Apr 23, 2022
1 parent f77c695 commit 9c01d1b
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 27 deletions.
89 changes: 64 additions & 25 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lowcharts"
version = "0.4.3"
version = "0.4.4"
authors = ["JuanLeon Lahoz <[email protected]>"]
edition = "2018"
description = "Tool to draw low-resolution graphs in terminal"
Expand All @@ -17,7 +17,7 @@ clap = { version = "^3", features = ["cargo"] }
yansi = "^0"
atty = "^0"
derive_builder = "^0"
regex = "^1"
regex = "^1.5"
chrono = "0.4"
humantime = "^2"
simplelog = "^0"
Expand Down

0 comments on commit 9c01d1b

Please sign in to comment.