mirror of
https://github.com/danog/ext-php-rs.git
synced 2024-12-02 09:37:51 +01:00
7b238eede1
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. |
||
---|---|---|
.. | ||
cli | ||
macros |