@@ -254,7 +254,7 @@ categories = ["...", "..."]
254254# This is an SPDX 2.1 license expression for this package. Currently
255255# crates.io will validate the license provided against a whitelist of
256256# known license and exception identifiers from the SPDX license list
257- # 2.4 . Parentheses are not currently supported.
257+ # 3.6 . Parentheses are not currently supported.
258258#
259259# Multiple licenses can be separated with a `/`, although that usage
260260# is deprecated. Instead, use a license expression with AND and OR
@@ -345,8 +345,8 @@ published crate.
345345
346346SPDX 2.1 license expressions are documented
347347[ here] [ spdx-2.1-license-expressions ] . The current version of the
348- license list is available [ here] [ spdx-license-list ] , and version 2.4
349- is available [ here] [ spdx-license-list-2.4 ] .
348+ license list is available [ here] [ spdx-license-list ] , and version 3.6
349+ is available [ here] [ spdx-license-list-3.6 ] .
350350
351351#### The ` metadata ` table (optional)
352352
@@ -1010,5 +1010,5 @@ dependencies][replace] section of the documentation.
10101010[ `cargo run` ] : ../commands/cargo-run.md
10111011[ `cargo test` ] : ../commands/cargo-test.md
10121012[ spdx-2.1-license-expressions ] : https://spdx.org/spdx-specification-21-web-version#h.jxpfx0ykyb60
1013- [ spdx-license-list-2.4 ] : https://github.com/spdx/license-list-data/tree/v2.4
1013+ [ spdx-license-list-3.6 ] : https://github.com/spdx/license-list-data/tree/v3.6
10141014[ spdx-license-list ] : https://spdx.org/licenses/
0 commit comments