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

Pin clap to ~3.1 #618

Merged
merged 1 commit into from Jun 14, 2022
Merged

Pin clap to ~3.1 #618

merged 1 commit into from Jun 14, 2022

Conversation

taiki-e
Copy link
Contributor

@taiki-e taiki-e commented Jun 14, 2022

Derive macro receives deprecated warnings.

Refs: clap-rs/clap#3822

@taiki-e taiki-e requested a review from OTL June 14, 2022 06:00
@taiki-e taiki-e enabled auto-merge (rebase) June 14, 2022 06:02
@codecov
Copy link

codecov bot commented Jun 14, 2022

Codecov Report

Merging #618 (a2ddc65) into main (bfafe37) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #618   +/-   ##
=======================================
  Coverage   58.28%   58.28%           
=======================================
  Files         117      117           
  Lines       13415    13415           
=======================================
  Hits         7819     7819           
  Misses       5596     5596           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bfafe37...a2ddc65. Read the comment docs.

@taiki-e taiki-e merged commit 648a33f into main Jun 14, 2022
@taiki-e taiki-e deleted the taiki-e/clap branch June 14, 2022 08:22
@@ -16,6 +16,6 @@ tracing = { version = "0.1", features = ["log"] }
tokio = { version = "1", features = ["sync", "parking_lot"] }

[dev-dependencies]
clap = { version = "3.1", features = ["derive"] }
clap = { version = "~3.1", features = ["derive"] }
Copy link

Choose a reason for hiding this comment

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

This can now be reverted as deprecations are now off by default, see clap-rs/clap#3830 for details. When you do start working through the deprecations as part of upgrading to 4.0, we've also improved the warnings for derive users. See clap-rs/clap#3832 for examples.

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.

None yet

3 participants