Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Use patched 'ethabi-derive' #618

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Conversation

rimrakhimov
Copy link
Collaborator

Original ethabi-derive v12.0.0 explicitly uses syn::export::Span import from serde crate. The Span structure is moved from syn::export module in newer releases of serde, which makes it impossible to use newer versions of serde along with ethabi-derive v12.0.0.

Patched version of ethabi-derive imports Span structure from the location it has been moved to and allows OE client to be compiled with updated serde.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant