baojinri commented on code in PR #1489:
URL:
https://github.com/apache/incubator-horaedb/pull/1489#discussion_r1507270323
##########
Cargo.toml:
##########
@@ -101,7 +101,7 @@ catalog_impls = { path = "src/catalog_impls" }
horaedbproto = { git =
"https://github.com/apache/incubator-horaedb-proto.git", rev =
"19ece8f771fc0b3e8e734072cc3d8040de6c74cb" }
codec = { path = "src/components/codec" }
chrono = "0.4"
-clap = "3.0"
+clap = "=4.4.18"
Review Comment:
The latest version of clap is currently 4.5.1. However, during local
testing, I found that the latest version may not be compatible with the rustc
version, so the version is temporarily locked at 4.4.18.
--
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]