-
Notifications
You must be signed in to change notification settings - Fork 235
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
Use cargo: (universally supported) instead of cargo:: (1.80+ only) syntax for rustc-check-cfg #581
Conversation
CI failure unrelated :v |
As-is the case with #577, can you add CI here for the version that you're interested in? |
9e49489
to
c24605e
Compare
Added rustc 1.75 (Ubuntu LTS 24.04). 1.63 (Debian Bookworm) would also be nice but that pre-dates fetchable registries, so that's an excessive burden I think. The x86_64-musl failure seems unrelated (curl openssl.tar.gz | tar -xz fails to decompress as gzip?). |
Thanks! I think the CI failure is the need to update this line too? |
…ntax for rustc-check-cfg Ref: commit e67e733 Ref: #575 Closes #576 Closes nabijaczleweli/cargo-update#277
c24605e
to
a8e4b2b
Compare
Survey says: no (but I did update that too, thanks). I wanna say that if you trigger a build on trunk it will happen too? This smells like a mirror issue (if I repeat the failing curl locally I get a valid gzip stream). |
Actually no, I wgetted it 💀 perl curl -v this just wants -L:
|
yup, that fixed it. and the 1.75 job works too |
Making a release for #581
Making a release for #581
Ref: #575
Closes #576
Closes nabijaczleweli/cargo-update#277
Supplants #577