From 5cff3221a1bb6bc45b3171fe3b95e6b7b0df9755 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Wed, 21 Feb 2024 17:30:23 +0100 Subject: [PATCH] pin ratatui release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index beed6f0f..b7e38cdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ log = "0.4" notify = "6.1" notify-debouncer-mini = "0.4" once_cell = "1" -ratatui = { version = "0.24", default-features = false, features = [ +ratatui = { version = "=0.24.0", default-features = false, features = [ 'crossterm', 'serde', ] }