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

using the stable spin's once implementation #130

Merged
merged 2 commits into from
Nov 1, 2018

Conversation

brunoczim
Copy link
Contributor

I am opening a different pull request since this is different from #122
We should now be able to have no_std lazy_static with stable Rust.

@KodrAus
Copy link
Contributor

KodrAus commented Oct 31, 2018

Thanks @brunoczim!

Would you also like to update our .travis.yml so that we check this feature on the latest stable too:

matrix:
  include:
    - rust: stable
      script:
        - cargo test
        - cargo test --features spin_no_std

@KodrAus KodrAus mentioned this pull request Nov 1, 2018
@brunoczim
Copy link
Contributor Author

Done.

Please tell me if I did something wrong with travis. I am more used to gitlab CI :P

Copy link
Contributor

@KodrAus KodrAus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me! Thanks again.

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.

2 participants