aboutsummaryrefslogtreecommitdiff
path: root/lib/xixanta/fuzz/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to the 2024 edition of RustMiquel Sabaté Solà2026-07-081-1/+1
| | | | | | | And also adjust the code so the clippy from the 2024 edition is fine with it. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* Rename xixanta's fuzz targetsMiquel Sabaté Solà2024-12-181-4/+4
| | | | | | | | They were named with increasing numbers due to the fact that that's the default behaviour from cargo fuzz's command. So, just rename them to proper human-readable names. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* ci: Run a fuzzy test also for the assemblerMiquel Sabaté Solà2024-12-131-0/+7
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* ci: Add fuzzy testing to the parserMiquel Sabaté Solà2024-12-121-0/+24
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>