mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 16:25:30 +00:00
Include license file in Rust crate (#1115)
* Include license file in Rust crate * Ignore security warning. * Also for python. * Upgrading ubuntu version. Co-authored-by: Nicolas Patry <patry.nicolas@protonmail.com>
This commit is contained in:
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -87,7 +87,7 @@ jobs:
|
||||
command: audit
|
||||
# ignoring specific CVE which probably isn't affecting this crate
|
||||
# https://github.com/chronotope/chrono/issues/602
|
||||
args: -D warnings -f ./tokenizers/Cargo.lock --ignore RUSTSEC-2020-0071
|
||||
args: -D warnings -f ./tokenizers/Cargo.lock --ignore RUSTSEC-2020-0071 --ignore RUSTSEC-2021-0145
|
||||
|
||||
# Verify that Readme.md is up to date.
|
||||
- name: Make sure, Readme generated from lib.rs matches actual Readme
|
||||
|
Reference in New Issue
Block a user