Browse Source

Use an SPDX expression for the license in the Cargo.toml file

main nightly
Jordan Williams 1 month ago
committed by Andelf
parent
commit
aca35562ea
  1. 2
      Cargo.toml

2
Cargo.toml

@ -10,7 +10,7 @@ categories = ["embedded", "hardware-support", "development-tools::debugging"]
description = "WCH-Link flash tool for WCH's RISC-V MCUs(CH32V, CH56X, CH57X, CH58X, CH59X, CH32L103, CH32X035, CH641, CH643)"
keywords = ["embedded", "WCH", "CH32V", "WCH-Link"]
readme = "README.md"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
[features]
default = []

Loading…
Cancel
Save