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

Figure out if the collator needs a std feature #1907

Closed
hsivonen opened this issue May 20, 2022 · 0 comments · Fixed by #1917
Closed

Figure out if the collator needs a std feature #1907

hsivonen opened this issue May 20, 2022 · 0 comments · Fixed by #1917
Labels
C-collator Component: Collation, normalization

Comments

@hsivonen
Copy link
Member

Issue (can be fixed after landing in experimental):

You either need an "std" feature, or you need to make the crate always no-std. I see that you have as a dependency

postcard = { version = "0.7", features = ["use-std"] }

The postcard/use-std feature should be toggled by the std feature on this crate. However, if you can disable that feature and everything still works, you might be okay.

Originally posted by @sffc in #1706 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-collator Component: Collation, normalization
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant