summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorqkzk <qu3nt1n@gmail.com>2022-12-17 14:04:17 +0100
committerqkzk <qu3nt1n@gmail.com>2022-12-17 14:04:17 +0100
commit2849b2a58a90d901481d1203281865d1c98401f2 (patch)
treefe17c0448e166050b5c6fa824e0c69d0263d002c
parent51689a97af7f8007262fc552ad65fee0758b9948 (diff)
specify 0.4.5 of tuikit for skim compatibility
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index aedb7629..94de7f80 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -849,7 +849,7 @@ dependencies = [
]
[[package]]
-name = "fm"
+name = "fm-tui"
version = "0.1.0"
dependencies = [
"chrono",
diff --git a/Cargo.toml b/Cargo.toml
index 3d570b4b..6c1c5f80 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -52,5 +52,5 @@ strum = {version = "0.24.1", features = ["derive"]}
strum_macros = "0.24.3"
syntect = "5.0"
sysinfo = "0.26.7"
-tuikit = "0.5.0"
+tuikit = "0.4.5"
users = "0.11.0"