From 379bf265fe3f1a9460f514ff17aa08663aaf2c20 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Sat, 22 Apr 2023 08:05:48 +0200 Subject: [PATCH] fix ratatui building with optimization --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1f9cb589..5fadc04c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,5 +91,5 @@ codegen-units = 1 # make debug build as fast as release # usage of utf8 encoding inside tui # makes their debug profile slow -[profile.dev.package."tui"] +[profile.dev.package."ratatui"] opt-level = 3