From 3745f5846b32b8f8d69726571892be333eb813c1 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Thu, 20 Mar 2025 18:52:42 +0100 Subject: [PATCH] fix: improper syntax that will be rejected post-2.1 (#1417) (#1445) We had a missing check in index loading logic that should have rejected an unexpected array. --- index/ti/tiny_text/tiny_text-1.0.0.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index/ti/tiny_text/tiny_text-1.0.0.toml b/index/ti/tiny_text/tiny_text-1.0.0.toml index f4f1b1f0..8ddccb39 100644 --- a/index/ti/tiny_text/tiny_text-1.0.0.toml +++ b/index/ti/tiny_text/tiny_text-1.0.0.toml @@ -6,7 +6,7 @@ authors = ["Jeremy Grosser"] maintainers = ["Jeremy Grosser "] maintainers-logins = ["JeremyGrosser"] licenses = "MIT" -website = ["https://github.com/JeremyGrosser/tiny_text"] +website = "https://github.com/JeremyGrosser/tiny_text" tags = ["font", "hal", "bitmap", "text"] [[depends-on]] # This line was added by `alr with`