Skip to content

Commit

Permalink
v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pkulak committed Jul 5, 2023
1 parent ff0e9d1 commit d6f5417
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 = "matui"
version = "0.3.0"
version = "0.4.2"
authors = ["Phil Kulak"]
edition = "2021"

Expand All @@ -24,14 +24,14 @@ notify = "5.1"
once_cell = "1.17"
open = "4.0"
rand = "0.8.5"
ratatui = "0.21.0"
regex = "1.8.1"
serde = { version = "1.0", features = ["derive"] }
simple-logging = "2.0"
tempfile = "3"
textwrap = "0.16"
timeago = "0.4"
tokio = { version = "1.24.2", features = ["rt-multi-thread"] }
ratatui = "0.21.0"

[dependencies.matrix-sdk]
git = "https://github.com/matrix-org/matrix-rust-sdk.git"
Expand Down

0 comments on commit d6f5417

Please sign in to comment.