tisonkun commented on code in PR #120:
URL: https://github.com/apache/datasketches-rust/pull/120#discussion_r3213285458
##########
Cargo.toml:
##########
@@ -35,7 +35,7 @@ datasketches = { path = "datasketches" }
clap = { version = "4.5.20", features = ["derive"] }
insta = { version = "1.46.1" }
googletest = { version = "0.14.2" }
-rand = { version = "0.9.2" }
+cargo_metadata = { version = "0.19.1" }
Review Comment:
Latest version 0.23.1 requires 1.86 and the main branch bumps MSRV to 1.88.
I think we can anyway consider bump MSRV later.
--
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]