-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Compilation fail with serde v1.0.122 #9101
Comments
Cc @dtolnay |
@macalimlim try |
@lzutao thanks that worked! 👍 |
Same here,
upd: Thanks @lzutao for the workaround! |
This was referenced Jan 25, 2021
Closed
mjkoo
added a commit
to mjkoo/cyclonedx-rust-cargo
that referenced
this issue
Jan 25, 2021
Thanks for the report, I filed an issue with serde at serde-rs/serde#1967, but it looks like Alex already has a fix (so fast! 😄). |
bors
added a commit
that referenced
this issue
Jan 25, 2021
Fix compilation with serde 1.0.122 This may or may not be a bug in serde, but let's commit a fix here first in any case. Closes #9101
kornelski
added a commit
to crev-dev/cargo-crev
that referenced
this issue
Jan 25, 2021
Works around rust-lang/cargo#9101
joshtriplett
added a commit
to joshtriplett/rust-libc
that referenced
this issue
Jan 28, 2021
We don't, in general, want our CI to be the testbed for building semverver with newer versions of its dependencies. Pass --locked to use the checked-in Cargo.lock instead. This works around rust-lang/cargo#9101 .
bors
added a commit
to rust-lang/libc
that referenced
this issue
Jan 28, 2021
ci/semver.sh: Pass --locked when installing semverver We don't, in general, want our CI to be the testbed for building semverver with newer versions of its dependencies. Pass --locked to use the checked-in Cargo.lock instead. This works around rust-lang/cargo#9101 .
Can we have a point release with the fix? |
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to reproduce ?
cargo update -p serde:1.0.122
cargo check
in this repoError message:
cc rust-lang/rust#81327 (comment)
The text was updated successfully, but these errors were encountered: