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 compatibility issues #1173

Merged
merged 5 commits into from Sep 10, 2021
Merged

Fix no_std compatibility issues #1173

merged 5 commits into from Sep 10, 2021

Commits on Sep 4, 2021

  1. fix no_std/alloc/std compatibility issues

    - using min_const_gen on no_std fails to compile because of a bad import
    - sample_efraimidis_spirakis only requires alloc but it was marked with
      a std requirement
    bhgomes committed Sep 4, 2021
    Copy the full SHA
    1544c72 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Copy the full SHA
    f5cfbc4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6d4baef View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Copy the full SHA
    f7f9287 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2bddede View commit details
    Browse the repository at this point in the history