Update the release builds following 0.21.1. (#1746)

* Update the release builds following 0.21.1.

* Clippy fix.
This commit is contained in:
Nicolas Patry
2025-03-13 13:01:41 +01:00
committed by GitHub
parent 4f1a810aa2
commit 4383a25787
9 changed files with 14 additions and 139 deletions

View File

@ -94,7 +94,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: audit
args: -D warnings -f ./tokenizers/Cargo.lock
args: -D warnings -f ./tokenizers/Cargo.lock --ignore RUSTSEC-2024-0436 --ignore RUSTSEC-2025-0014
# Verify that Readme.md is up to date.
- name: Make sure, Readme generated from lib.rs matches actual Readme