-
Notifications
You must be signed in to change notification settings - Fork 578
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Component
serde
What version of Alloy are you on?
1.0.30
Operating System
macOS (Apple Silicon)
Describe the bug
Ran cargo update on my project alloy is failing to build with:
error[E0599]: no variant or associated item named `deserialize` found for enum `serde_core::__private::content::Content` in the current scope
--> /Users/luca/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloy-consensus-1.0.30/src/transaction/envelope.rs:162:24
|
162 | #[derive(Clone, Debug, TransactionEnvelope)]
| ^^^^^^^^^^^^^^^^^^^ variant or associated item not found in `serde_core::__private::content::Content<'_>`
|
= note: this error originates in the derive macro `TransactionEnvelope` (in Nightly builds, run with -Z macro-backtrace for more info)
If I force downgrade serde to 1.0.219 it works fine.
It's likely due to they new serde_core crate they added 1.0.220
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done