@@ -254,7 +254,7 @@ categories = ["...", "..."]
254
254
# This is an SPDX 2.1 license expression for this package. Currently
255
255
# crates.io will validate the license provided against a whitelist of
256
256
# 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.
258
258
#
259
259
# Multiple licenses can be separated with a `/`, although that usage
260
260
# is deprecated. Instead, use a license expression with AND and OR
@@ -345,8 +345,8 @@ published crate.
345
345
346
346
SPDX 2.1 license expressions are documented
347
347
[ 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 ] .
350
350
351
351
#### The ` metadata ` table (optional)
352
352
@@ -1010,5 +1010,5 @@ dependencies][replace] section of the documentation.
1010
1010
[ `cargo run` ] : ../commands/cargo-run.md
1011
1011
[ `cargo test` ] : ../commands/cargo-test.md
1012
1012
[ 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
1014
1014
[ spdx-license-list ] : https://spdx.org/licenses/
0 commit comments