From 6ede523e4ab644b6f61a8e94bc57b7bf1db35190 Mon Sep 17 00:00:00 2001 From: 2ndTaleStudio <43264484+2ndTaleStudio@users.noreply.github.com> Date: Tue, 7 Sep 2021 13:32:06 +0200 Subject: [PATCH] fix issue in licance field of cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bcfea8b..c0c75ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ description = """ Simple and convinient access API to the Raspberry Pi 3 UART0 (PL011) and UART1 (miniUART) peripherals """ -license = "MIT | Apache-2.0" +license = "MIT OR Apache-2.0" repository = "https://github.com/RusPiRo/ruspiro-uart/tree/v||VERSION||" documentation = "https://docs.rs/ruspiro-uart/||VERSION||" readme = "README.md"