From 22cdfa98f8698e2b3c14615a616f8fc96fae4118 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Thu, 20 Mar 2025 19:02:07 +0100 Subject: [PATCH] fix: improper syntax that will be rejected post-2.1 (#1417) (#1447) * fix: improper syntax that will be rejected post-2.1 (#1417) We had a missing check in index loading logic that should have rejected an unexpected array. * Don't fail fast --- .github/workflows/build-crate.yml | 1 + .github/workflows/build-native.yml | 1 + index/ti/tiny_text/tiny_text-1.0.0.toml | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-crate.yml b/.github/workflows/build-crate.yml index 8bd36772..c3c552c8 100644 --- a/.github/workflows/build-crate.yml +++ b/.github/workflows/build-crate.yml @@ -13,6 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: - macos-latest diff --git a/.github/workflows/build-native.yml b/.github/workflows/build-native.yml index a004cdb0..b6269717 100644 --- a/.github/workflows/build-native.yml +++ b/.github/workflows/build-native.yml @@ -14,6 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: - macos-latest 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`