Skip to content

Commit

Permalink
Use an SPDX expression for the license in the Cargo.toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillikers authored and andelf committed Oct 3, 2024
1 parent 7892a3f commit aca3556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit aca3556

Please sign in to comment.