Document references field (#1354)

* Add references to README.md example

* TOML syntax

* Comment out optional field

Signed-off-by: pinkforest <36498018+pinkforest@users.noreply.github.com>

Signed-off-by: pinkforest <36498018+pinkforest@users.noreply.github.com>
This commit is contained in:
pinkforest(she/her)
2022-08-15 03:55:18 +10:00
committed by GitHub
parent d86ec54729
commit 15d6985304

View File

@@ -60,6 +60,9 @@ date = "2021-01-31"
# a change log entry, or a blogpost announcing the release (optional)
url = "https://github.com/mystuff/mycrate/issues/123"
# URL to additional helpful references regarding the advisory (optional)
#references = ["https://github.com/mystuff/mycrate/discussions/1"]
# Optional: Indicates the type of informational advisory
# - "unsound" for soundness issues
# - "unmaintained" for crates that are no longer maintained