fix: improper syntax that will be rejected post-2.1 (#1417) (#1446)

* 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
This commit is contained in:
Alejandro R Mosteo
2025-03-20 18:55:40 +01:00
committed by GitHub
parent 97ab1425bf
commit 893ec65679
3 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -18,7 +18,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
strategy:
fail-fast: false
matrix:
os:
- macos-latest
+1
View File
@@ -20,6 +20,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- macos-latest
+1 -1
View File
@@ -6,7 +6,7 @@ authors = ["Jeremy Grosser"]
maintainers = ["Jeremy Grosser <jeremy@synack.me>"]
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`