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

Version 2.0.0 #18

Merged
merged 7 commits into from
Apr 6, 2021
Merged

Version 2.0.0 #18

merged 7 commits into from
Apr 6, 2021

Conversation

mbrubeck
Copy link
Collaborator

@mbrubeck mbrubeck commented Mar 25, 2021

  • Requires Rust 1.51 or later.
  • Update to arrayvec 0.6, replacing Array trait with const generics.
  • Remove deprecated methods evict_all and num_entries.
  • Remove quickcheck dev-dependency. (The quickcheck tests have been updated to become standard tests, without losing any coverage.)
  • Minor improvements to documentation.

We were not getting any value out of using quickcheck for these tests.
Convert them back to normal tests.
@bluss
Copy link

bluss commented Mar 25, 2021

You write clear is removed, but it is (of course) not

@mbrubeck
Copy link
Collaborator Author

You write clear is removed, but it is (of course) not

Oops! Fixed.

@mbrubeck mbrubeck merged commit a54449a into servo:master Apr 6, 2021
@bluss
Copy link

bluss commented Apr 6, 2021

I guess arrayvec is not a public dep anymore (so it doesn't matter), but the latest version is 0.7.0 with no breaking changes (for you).

@mbrubeck
Copy link
Collaborator Author

mbrubeck commented Apr 6, 2021

I guess arrayvec is not a public dep anymore (so it doesn't matter), but the latest version is 0.7.0 with no breaking changes (for you).

Thanks. I updated master to use arrayvec 0.7 before releasing uluru 2.0.0.

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