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 support. #844

Merged
merged 4 commits into from Jul 26, 2019
Merged

Fix no-std support. #844

merged 4 commits into from Jul 26, 2019

Commits on Jul 20, 2019

  1. Fix no-std support.

    `rand_chacha` used `c2-chacha` without trickling through features.
    This disables default options in `rand_chacha`, enabling simd and std
    when the option is selected at the root.
    rubdos committed Jul 20, 2019
    Copy the full SHA
    bf046f3 View commit details
    Browse the repository at this point in the history
  2. Add a no-std target to CI.

    rubdos committed Jul 20, 2019
    Copy the full SHA
    4a13441 View commit details
    Browse the repository at this point in the history
  3. Add no_std fix to changelog.

    rubdos committed Jul 20, 2019
    Copy the full SHA
    ddd45ed View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. Copy the full SHA
    5a8d619 View commit details
    Browse the repository at this point in the history