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

Depend on serde in std and no-std builds #10

Open
attente opened this issue Apr 30, 2019 · 0 comments
Open

Depend on serde in std and no-std builds #10

attente opened this issue Apr 30, 2019 · 0 comments

Comments

@attente
Copy link
Contributor

attente commented Apr 30, 2019

Depending on serde in std and no-std builds fails with:

error: duplicate lang item in crate `sr_io`: `panic_impl`.
  |
  = note: first defined in crate `std`.

error: duplicate lang item in crate `sr_io`: `oom`.
  |
  = note: first defined in crate `std`.

It's blocking #7.

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

No branches or pull requests

1 participant