Skip to content

Commit

Permalink
shardtree: Ensure test-dependencies feature enables `incrementalmer…
Browse files Browse the repository at this point in the history
…kletree/test-dependencies`

This is intended to fix an issue with the `docs.rs` build.
  • Loading branch information
nuttycom committed Apr 3, 2024
1 parent 13a3c99 commit 52e956b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shardtree/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 52e956b

Please sign in to comment.