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

Add a feature to explicitly enable "std" #145

Merged
merged 2 commits into from
Sep 1, 2020

Commits on Sep 1, 2020

  1. Add a feature to explicitly enable "std"

    If you know you need "std", e.g. relying on default `S = RandomState`,
    then you can enable this feature to force it on, bypassing target
    detection. This may help scenarios where `autocfg` fails detection, like
    issue indexmap-rs#144, but at the very least it will speed up the build script by
    avoiding extra `rustc` invocations.
    cuviper committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    ef0adaf View commit details
    Browse the repository at this point in the history
  2. Release 1.5.2

    cuviper committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    4de0dcf View commit details
    Browse the repository at this point in the history