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 build #75

Merged
merged 2 commits into from
Jul 19, 2021
Merged

Fix no_std build #75

merged 2 commits into from
Jul 19, 2021

Conversation

trevor-crypto
Copy link
Contributor

@trevor-crypto trevor-crypto commented Jul 14, 2021

Overview:

  • Add no_std tag when std feature is disabled.
  • Fixed errors from cargo b --no-default-features.
  • Fixed bench errors

Closes #71

@sorpaas sorpaas changed the base branch from master to develop July 19, 2021 16:48
@sorpaas sorpaas merged commit 3f789e7 into paritytech:develop Jul 19, 2021
@trevor-crypto trevor-crypto deleted the fix_no_std branch July 20, 2021 04:56
@trevor-crypto
Copy link
Contributor Author

@sorpaas thanks. Do you know when there will be a new release for crates.io?

@sorpaas
Copy link
Member

sorpaas commented Jul 20, 2021

It's already released v0.6.0.

trevor-crypto added a commit to monacohq/libsecp256k1 that referenced this pull request May 31, 2022
* Fixed benches to use new parse functions

* Fixed building for no_std
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.

no-std support broken in 0.5.0
2 participants