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

Bump dependencies and make compilable with unfrozen Cargo.lock #1

Merged
merged 1 commit into from
Feb 28, 2023

Conversation

lo48576
Copy link
Contributor

@lo48576 lo48576 commented May 27, 2022

cargo install updates Cargo.lock by default, and for now clap v3.1.18 is selected instead of clap v3.0.0-beta.5.
v3.0.0 or later introduces breaking changes since v3.0.0-beta.5, and this leads to build failure.

This patch bumps dependencies including clap, and make the crate compilable with the implicitly updated Cargo.lock.

@tats-u tats-u merged commit 7a588c2 into tats-u:master Feb 28, 2023
@tats-u
Copy link
Owner

tats-u commented Feb 28, 2023

@lo48576 I have just noticed this PR. Sorry for making you wait for a long time.
I tried building ZIFU with your patch and it seems to work well.

tats-u added a commit that referenced this pull request Mar 11, 2023
- Update dependencies including `clap`
  - 2.x => 3.x is by @lo48576 (#1)
  - 3.x => 4.x is by the owner @tats-u
  - This changes the layout of the usage a little
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.

2 participants