Skip to content

Commit

Permalink
Update dependencies and version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
mazznoer committed May 12, 2022
1 parent 12d92fc commit 6ecf965
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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 = "lolcrab"
version = "0.1.4"
version = "0.2.0"
authors = ["David Knaack <[email protected]>", "Nor Khasyatillah <[email protected]>"]
edition = "2018"
description = "Like lolcat but with noise and more colorful."
Expand All @@ -22,7 +22,7 @@ default = ["clap"]

[dependencies]
bstr = "0.2.17"
clap = { version = "= 3.1.17", features = ["derive"], optional = true }
clap = { version = "= 3.1.18", features = ["derive"], optional = true }
colorgrad = "0.5.0"
fastrand = "1.7.0"
noise = { version = "0.7.0", default-features = false }
Expand Down

0 comments on commit 6ecf965

Please sign in to comment.