From 419b2ae0725125f0a5f82b56a5e3d80aee9575b2 Mon Sep 17 00:00:00 2001 From: Phil Kulak Date: Tue, 4 Jul 2023 17:36:32 -0700 Subject: [PATCH] v0.4.2 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5f60761..5ad54e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "matui" -version = "0.3.0" +version = "0.4.2" authors = ["Phil Kulak"] edition = "2021" @@ -24,6 +24,7 @@ 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" @@ -31,7 +32,6 @@ 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"