tisonkun commented on code in PR #204:
URL: https://github.com/apache/datasketches-rust/pull/204#discussion_r3814753940
##########
datasketches/Cargo.toml:
##########
@@ -87,9 +93,14 @@ name = "tuple_test"
path = "tests/tuple_test/main.rs"
required-features = ["tuple"]
+[dependencies]
+rand = { workspace = true, optional = true }
Review Comment:
This can be relevant to
https://github.com/apache/datasketches-rust/issues/203.
cc @jeffoodchain
We may use `rand` as a starting point and conclude before the next release.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]