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

Update smallvec version to stable #63

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Update smallvec version to stable #63

wants to merge 1 commit into from

Conversation

jxhn
Copy link

@jxhn jxhn commented Jun 30, 2020

closes #54

  • moves to smallvec version 1.4.0
  • all cargo test currently passing
  • removes std feature as it's no longer implemented

@8573
Copy link
Owner

8573 commented Jul 5, 2020

I don't know why Travis CI isn't reporting back, but this won't work (yet) because stable smallvec's minimum supported Rust version (MSRV) is higher than my MSRV, so updating smallvec will need to wait for an MSRV bump in this crate (which should happen eventually).

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.

Update to stable smallvec
2 participants