Merge pull request #103 from nuttycom/doc-fix

shardtree: Ensure `test-dependencies` feature enables `incrementalmerkletree/test-dependencies`
This commit is contained in:
Kris Nuttycombe 2024-04-03 13:40:46 -06:00 committed by GitHub
commit a5f5d71991
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ proptest = "1.0.0"
legacy-api = ["incrementalmerkletree/legacy-api"]
# The test-depenencies feature can be enabled to expose types and functions
# that are useful for testing `shardtree` functionality.
test-dependencies = ["proptest", "assert_matches"]
test-dependencies = ["proptest", "assert_matches", "incrementalmerkletree/test-dependencies"]
[target.'cfg(unix)'.dev-dependencies]
tempfile = ">=3, <3.7.0" # 3.7 has MSRV 1.63