Skip to content

Commit

Permalink
use SPDX license format (#12)
Browse files Browse the repository at this point in the history
The use of `/` as a separator in the license field is deprecated.

https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields
  • Loading branch information
nilfit committed Apr 13, 2023
1 parent df6ba81 commit 8fb3a59
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 @@ -3,7 +3,7 @@ name = "gcd"
version = "2.3.0"
authors = ["Corey Farwell <coreyf@rwell.org>"]
description = "Calculate the greatest common divisor"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/frewsxcv/rust-gcd"
documentation = "https://docs.rs/gcd/"
Expand Down

0 comments on commit 8fb3a59

Please sign in to comment.