Skip to content
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

Merged
merged 4 commits into from
May 6, 2024
Merged

*: update dependency and tools #648

merged 4 commits into from
May 6, 2024

Conversation

BusyJay
Copy link
Member

@BusyJay BusyJay commented May 3, 2024

  • 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)

@BusyJay BusyJay changed the title *: make clippy happy *: update dependency and tools May 3, 2024
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]>
Copy link
Member

@overvenus overvenus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Copy link
Contributor

@glorv glorv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

struct WorkerCli {
/// The port the worker should listen on. For example, 8080
#[arg(long)]
deriver_port: Option<u16>,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
deriver_port: Option<u16>,
driver_port: Option<u16>,

Signed-off-by: Jay Lee <[email protected]>
@BusyJay
Copy link
Member Author

BusyJay commented May 6, 2024

CI failure should be fixed by rust-lang/rust#124742.

@BusyJay BusyJay merged commit 2057a21 into master May 6, 2024
8 of 9 checks passed
@BusyJay BusyJay deleted the fix-clippy branch May 6, 2024 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants