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 no_std compatability #79

Merged
merged 6 commits into from
Feb 4, 2022
Merged

fix no_std compatability #79

merged 6 commits into from
Feb 4, 2022

Conversation

matklad
Copy link
Contributor

@matklad matklad commented Feb 3, 2022

closes #78

Coverage doesn't work today:

https://github.com/near/borsh-rs/runs/4955323970?check_suite_focus=true#step:3:1141

We might think of reviving it in the future, but first, let's makes sure
that our CI actually reflects de-facto practice
We didn't check that `--no-default-features` works, and it did broke.

Note that we `pushd borsh` before testing -- this is to make sure that
other ws crates (like fuzzing) don't enable extra features.
@matklad matklad merged commit 5ff9c6f into near:master Feb 4, 2022
@matklad matklad deleted the m/fix-no-std branch February 7, 2022 11:55
This was referenced May 31, 2023
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.

0.9.2 fails to compile with no_std
2 participants