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:
Andrew Kane
2022-11-30 14:17:56 -08:00
committed by GitHub
parent c74e9e62f6
commit 67080e163a
3 changed files with 4 additions and 3 deletions

View File

@ -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