Document that the "testing" feature is not semver-covered.

This commit is contained in:
Nick Mathewson 2021-11-11 10:38:23 -05:00
parent b7b9aa854e
commit a940679672
3 changed files with 8 additions and 0 deletions

View File

@ -12,6 +12,9 @@ repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[features]
default = []
# Enable testing-only APIs. APIs under this feature are not
# covered by semver.
testing = []
[dependencies]

View File

@ -13,6 +13,9 @@ repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[features]
default = []
experimental-api = []
# Enable testing-only APIs. APIs under this feature are not
# covered by semver.
testing = [ "hex", "hex-literal", "tor-netdoc/build_docs" ]
[dependencies]

View File

@ -11,6 +11,8 @@ categories = [ "config" ]
repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[features]
# Enable testing-only APIs. APIs under this feature are not
# covered by semver.
testing = []
[dependencies]