-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
*: update dependency and tools #648
Conversation
BusyJay
commented
May 3, 2024
•
edited
Loading
edited
- update bindgen to 0.69 to keep compatible with latest llvm
- update rand to 0.8
- update clap to 4
- update prost to 0.12
- fix clippy warnings (1.78.0)
Signed-off-by: Jay Lee <[email protected]>
Signed-off-by: Jay Lee <[email protected]>
update bindgen to 0.69 to keep compatible with latest llvm update rand to 0.8 update clap to 4 Signed-off-by: Jay Lee <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
benchmark/src/main.rs
Outdated
struct WorkerCli { | ||
/// The port the worker should listen on. For example, 8080 | ||
#[arg(long)] | ||
deriver_port: Option<u16>, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deriver_port: Option<u16>, | |
driver_port: Option<u16>, |
Signed-off-by: Jay Lee <[email protected]>
CI failure should be fixed by rust-lang/rust#124742. |