Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

fix: make ethers-wasm workspace member #642

Merged
merged 5 commits into from
Dec 3, 2021

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Dec 3, 2021

Motivation

Fix #637

this appears to be a cargo issue that only occurs because the ethers-wasm package was excluded, replicating ethers-wasm outside of the workspace compiled fine, so somehow cargo gets mixed up when pulling in the sha2 crate...

Solution

make ethers-wasm a workspace member instead

PR Checklist

  • Added Tests
  • Added Documentation
  • Updated the changelog

@mattsse mattsse marked this pull request as draft December 3, 2021 13:20
@mattsse mattsse marked this pull request as ready for review December 3, 2021 13:21
Copy link
Owner

@gakonst gakonst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wooot

@gakonst gakonst merged commit ad68337 into gakonst:master Dec 3, 2021
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.

sha2-asm build failure on wasm target
2 participants