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

fix: avoid futures-util yanked err #693

Merged
merged 1 commit into from
Dec 15, 2021

Conversation

alxiong
Copy link
Contributor

@alxiong alxiong commented Dec 15, 2021

Fix #692

Simple fix by changing futures-util = { version = "0.3.18" } to futures-util = { version = "^0.3" } only pinning on major and minor version, not the patched version.

PR Checklist

  • Added Tests
  • Added Documentation
  • Updated the changelog

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.

LGTM - Thanks!

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.

futures-util 0.3.18 was yanked and ethers-providers latest crates.io version is broken
2 participants