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

Backport Arbitrary (#246) and release 1.9.2 #247

Merged
merged 3 commits into from Nov 17, 2022

Commits on Nov 17, 2022

  1. impl Arbitrary for IndexMap and IndexSet

    This implements both `arbitrary::Arbitrary` and `quickcheck::Arbitrary`
    behind optional dependencies on their respective crates.
    
    (cherry picked from commit 3e78c62)
    cuviper committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    2251812 View commit details
    Browse the repository at this point in the history
  2. Add an Arbitrary release note

    (cherry picked from commit cc4c47d)
    cuviper committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    bc1a12f View commit details
    Browse the repository at this point in the history
  3. Release 1.9.2

    cuviper committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    4d41050 View commit details
    Browse the repository at this point in the history