From 6ce7a2568597af196105119c53b7a098f4fc7209 Mon Sep 17 00:00:00 2001 From: Harsha Teja Kanna Date: Sat, 16 Dec 2023 16:54:58 -0600 Subject: [PATCH] Fix the invalid license name for cargo-deny --- vendored/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendored/Cargo.toml b/vendored/Cargo.toml index 95f87bbb..11d21cb4 100644 --- a/vendored/Cargo.toml +++ b/vendored/Cargo.toml @@ -2,7 +2,7 @@ name = "rustpython-parser-vendored" description = "RustPython parser vendored third-party crates." authors = ["RustPython Team", "and the original authors of the vendored modules"] -license = "Various" +license = "MIT" edition = { workspace = true } version = { workspace = true } repository = { workspace = true }