Skip to content
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

Fix identify not compiling for wasm #1326

Merged
merged 1 commit into from
Nov 29, 2019

Conversation

tomaka
Copy link
Member

@tomaka tomaka commented Nov 29, 2019

The WASM CI build should be green again now.

@@ -24,6 +23,7 @@ wasm-timer = "0.2"
unsigned-varint = { version = "0.2.3", features = ["futures-codec"] }

[dev-dependencies]
async-std = "1.0"
Copy link
Contributor

@twittner twittner Nov 29, 2019

Choose a reason for hiding this comment

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

We should probably import async-std everywhere as 1 instead of 1.x. According to their stability policy, changes in minor and patch versions are backwards compatible.

Copy link
Member Author

Choose a reason for hiding this comment

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

async-std = "1" and async-std = "1.0" should do exactly the same thing. Cargo will pull async-std 1.1 even if we say 1.0.

@tomaka tomaka merged commit aa4c289 into libp2p:stable-futures Nov 29, 2019
@tomaka tomaka deleted the fix-identify-wasm branch November 29, 2019 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants