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

Prepare core for no_std support #90

Merged
merged 7 commits into from
Feb 19, 2020
Merged

Conversation

tomaka
Copy link
Contributor

@tomaka tomaka commented Feb 14, 2020

cc #1

Doesn't add actual support for no_std because of rust-lang/rust#56974
Once rust-lang/rust#56974 is fixed, it should straight-up compile and we will be able to add a CI check.

The local module is only available if the std feature is enabled because futures mpsc channels require std. This probably warrants an issue.

@tomaka tomaka merged commit 0486b10 into paritytech:master Feb 19, 2020
@tomaka tomaka deleted the no-std-core branch February 19, 2020 11:24
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.

1 participant