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

attempt to fix errors related to clap #158

Merged

Commits on Sep 28, 2022

  1. attempt to fix errors related to clap

    This should fix the errors from the build at
    <https://github.com/davidcole1340/ext-php-rs/actions/runs/3145521955/jobs/5112909446>:
    
           Compiling clap v4.0.0
        error: Unknown `#[clap(long)]` attribute (`#[arg(long)] exists)
          --> crates/cli/src/lib.rs:92:12
           |
        92 |     #[clap(long)]
           |            ^^^^
    
        error: Unknown `#[clap(long)]` attribute (`#[arg(long)] exists)
           --> crates/cli/src/lib.rs:115:12
            |
        115 |     #[clap(long)]
            |            ^^^^
    
        error: Unknown `#[clap(short)]` attribute (`#[arg(short)] exists)
           --> crates/cli/src/lib.rs:134:12
            |
        134 |     #[clap(short, long)]
            |            ^^^^^
    
        error: could not compile `cargo-php` due to 3 previous errors
        warning: build failed, waiting for other jobs to finish...
        Error: Process completed with exit code 101.
    
    These errors were probably caused by the release of `clap` 4.0.0
    a few hours ago.
    striezel committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    7b238ee View commit details
    Browse the repository at this point in the history