Skip to content

Commit

Permalink
Update deprecated SPDX license expression
Browse files Browse the repository at this point in the history
The use of slashes in the Cargo.toml license field was deprecated by crates.io in favor of the “OR” keyword, so it is a valid SPDX license expression. Reference: https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields
  • Loading branch information
V02460 authored Oct 15, 2023
1 parent 48335f0 commit 8066e91
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 @@ -9,7 +9,7 @@ readme = "README.md"
keywords = ["pyo3", "python", "logging"]
categories = ["development-tools::debugging"]
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0 OR MIT"
rust-version = "1.48.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 8066e91

Please sign in to comment.