Skip to content

Commit 85cae85

Browse files
committed
Auto merge of #9209 - ehuss:update-spdx, r=alexcrichton
Update SPDX version in docs. The version is being updated in rust-lang/crates.io#3335.
2 parents f3e63d6 + af7ab03 commit 85cae85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/src/reference/manifest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ containing the text of the license (relative to this `Cargo.toml`).
209209

210210
[crates.io] interprets the `license` field as an [SPDX 2.1 license
211211
expression][spdx-2.1-license-expressions]. The name must be a known license
212-
from the [SPDX license list 3.6][spdx-license-list-3.6]. Parentheses are not
212+
from the [SPDX license list 3.11][spdx-license-list-3.11]. Parentheses are not
213213
currently supported. See the [SPDX site] for more information.
214214

215215
SPDX license expressions support AND and OR operators to combine multiple
@@ -514,7 +514,7 @@ more detail.
514514
[publishing]: publishing.md
515515
[Rust Edition]: ../../edition-guide/index.html
516516
[spdx-2.1-license-expressions]: https://spdx.org/spdx-specification-21-web-version#h.jxpfx0ykyb60
517-
[spdx-license-list-3.6]: https://github.com/spdx/license-list-data/tree/v3.6
517+
[spdx-license-list-3.11]: https://github.com/spdx/license-list-data/tree/v3.11
518518
[SPDX site]: https://spdx.org/license-list
519519
[TOML]: https://toml.io/
520520

0 commit comments

Comments
 (0)