From ac2d02f65ed3562dff25234ede9dbf54ff6e105b Mon Sep 17 00:00:00 2001 From: Ethiraric Date: Tue, 23 Jan 2024 15:20:12 +0100 Subject: [PATCH] Use OR for dual licensing. https://doc.rust-lang.org/book/ch14-02-publishing-to-crates-io.html#adding-metadata-to-a-new-crate --- parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser/Cargo.toml b/parser/Cargo.toml index 845c80c..209b969 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -6,7 +6,7 @@ authors = [ "Ethiraric " ] documentation = "https://docs.rs/yaml-rust2" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" description = "A fully YAML 1.2 compliant YAML parser" repository = "https://github.com/Ethiraric/yaml-rust2" readme = "README.md"