pacak / cargo-show-asm

cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code
Apache License 2.0
715 stars 35 forks source link

Bump bpaf from 0.9.9 to 0.9.11 #256

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps bpaf from 0.9.9 to 0.9.11.

Changelog

Sourced from bpaf's changelog.

bpaf [0.9.11] - 2024-03-24

  • better error messages

bpaf [0.9.10], bpaf_derive [0.5.10] - 2024-03-19

  • due to dependency change colored output for legacy version is no longer supported
  • Added OptionParser::max_width and #[bpaf(max_width(xxx))] to specify maximum width of help output
  • Added a custom path attribute to allow using of reexported bpaf thanks @​bzm3r
  • support anywhere in bpaf_derive thanks @​vallentin
  • small documentation improvements thanks @​Boshen
  • minor shell completion improvements
  • avoid panic in case of hidden but required parser argument (#345)
Commits
  • e3b21d4 Merge pull request #352 from pacak/rc-0.9.11
  • 8449dc4 Prepare to release 0.9.11
  • eddb751 clippy: Rename ShortLong::ShortLong to ShortLong::Both
  • 6ceeede Merge remote-tracking branch 'origin/master'
  • 914c1e3 inline __cons_prepare macro into construct
  • 5a4ca0a be more careful when parsing adjacently restructed blocks
  • ff4f2b5 Make failing fast behavior optional
  • ca5fecf Merge pull request #351 from ysndr/patch-2
  • 12121c0 Allow Doc to Display impl to use defined width
  • 9088f7f Merge pull request #349 from pacak/rc-0.9.10
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)