Skip to content

Commit

Permalink
release: 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
max-niederman committed Dec 19, 2021
1 parent 28bc60b commit b778729
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 24 deletions.
53 changes: 31 additions & 22 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,7 +1,7 @@
[package]
name = "ttyper"
description = "Terminal-based typing test."
version = "0.3.1"
version = "0.3.2"
readme = "README.md"
repository = "https://github.com/max-niederman/ttyper.git"
homepage = "https://github.com/max-niederman/ttyper"
Expand All @@ -12,7 +12,7 @@ edition = "2018"
[dependencies]
structopt = "0.3"
dirs = "4.0"
crossterm = "0.21"
crossterm = "0.22"
rust-embed = "6.2"

[dependencies.tui]
Expand Down

0 comments on commit b778729

Please sign in to comment.