-
Notifications
You must be signed in to change notification settings - Fork 277
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
[Bug] alloy-json-abi wrong version is selected causing serde to fail in compile-time. #1546
Comments
Same issue if you create an empty project with Also happens on Ubuntu x64 |
can confirm, same issues on macOS as described by @dgrr rustup --version
rustup 1.27.1 (54dd3d00f 2024-04-24)
info: This is the version for the rustup toolchain manager, not the rustc compiler.
info: The currently active `rustc` version is `rustc 1.80.0 (051478957 2024-07-21)` |
|
this appears to be a breaking change in serde, possibly accidental It can be resolved as follows
|
Duplicate of alloy-rs/core#778. See alloy-rs/core#778 (comment). |
Component
serde
What version of Alloy are you on?
alloy main branch
Operating System
macOS (Apple Silicon)
Describe the bug
Hello,
I've noticed an issue in some of my repos in which I use alloy. I suspect that the error is related to cargo selecting a different version of alloy.
I was not able to reproduce the error in my repos, but I managed to reproduced by cloning alloy and running
cargo check
. The output is the following:The text was updated successfully, but these errors were encountered: