Skip to content

Commit

Permalink
Merge pull request #7 from micwoj92/main
Browse files Browse the repository at this point in the history
bump dependencies
  • Loading branch information
jrnxf authored Jul 10, 2022
2 parents cd1b741 + 3b86419 commit 64eb61b
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
60 changes: 30 additions & 30 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fsrx"
version = "1.0.1"
version = "1.0.2"
description = "📚 flow state reading in the terminal"
edition = "2021"
readme = "README.md"
Expand All @@ -13,7 +13,7 @@ keywords = ["reading", "utility", "terminal", "cli", "fast"]

[dependencies]
ansi_term = "0.12.1"
regex = "1.5.6"
regex = "1.6.0"
unicode-segmentation = "1.9.0"
clap = { version = "3.1.18", features = ["derive"] }
clap = { version = "3.2.8", features = ["derive"] }
atty = "0.2.14"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ revolutionary work on [Bionic Reading](https://bionic-reading.com)._
For detailed usage run `fsrx -h`.

```
fsrx 1.0.1
fsrx 1.0.2
Colby Thomas <thatvegandev@gmail.com>
📚(f)low (s)tate (r)eading e(x)change
flow state reading in the terminal
Expand Down

0 comments on commit 64eb61b

Please sign in to comment.