Howdy all! Noticed my CI starting failing with 35 errors some time this afternoon when installing sqlx-cli. The exact errors all vary, but they all make reference to the the derive macro Clap. Comparing my most recent successful logs, it looks like the CLI is now pulling in clap_derive v3.0.0-beta.4 when it was using v3.0.0-beta.2.
I was able to reproduce this on my local machine after uninstalling and attempting to reinstall.
Howdy all! Noticed my CI starting failing with 35 errors some time this afternoon when installing
sqlx-cli. The exact errors all vary, but they all make reference to the the derive macroClap. Comparing my most recent successful logs, it looks like the CLI is now pulling inclap_derivev3.0.0-beta.4 when it was using v3.0.0-beta.2.I was able to reproduce this on my local machine after uninstalling and attempting to reinstall.