update fayalite to include a major speedup of the decoder tests #8

Merged
programmerjake merged 2 commits from programmerjake/cpu:update-fayalite into master 2026-02-04 03:02:42 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 68a4373bbd - Show all commits

View file

@ -16,4 +16,5 @@ jobs:
- uses: https://git.libre-chip.org/mirrors/rust-cache@v2
with:
save-if: ${{ github.ref == 'refs/heads/master' }}
- run: rustup override set 1.93.0
- run: cargo test

View file

@ -11,7 +11,7 @@ edition = "2024"
repository = ""
keywords = []
categories = []
rust-version = "1.89.0"
rust-version = "1.93.0"
[workspace.dependencies]
base16ct = "1.0.0"