Compare commits

...

1 Commits

Author SHA1 Message Date
Alejandro R Mosteo 22cdfa98f8 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
2025-03-20 19:02:07 +01:00
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -13,6 +13,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
fail-fast: false
matrix: matrix:
os: os:
- macos-latest - macos-latest
+1
View File
@@ -14,6 +14,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
fail-fast: false
matrix: matrix:
os: os:
- macos-latest - macos-latest
+1 -1
View File
@@ -6,7 +6,7 @@ authors = ["Jeremy Grosser"]
maintainers = ["Jeremy Grosser <jeremy@synack.me>"] maintainers = ["Jeremy Grosser <jeremy@synack.me>"]
maintainers-logins = ["JeremyGrosser"] maintainers-logins = ["JeremyGrosser"]
licenses = "MIT" licenses = "MIT"
website = ["https://github.com/JeremyGrosser/tiny_text"] website = "https://github.com/JeremyGrosser/tiny_text"
tags = ["font", "hal", "bitmap", "text"] tags = ["font", "hal", "bitmap", "text"]
[[depends-on]] # This line was added by `alr with` [[depends-on]] # This line was added by `alr with`