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

chore: vendor once_cell #5043

Closed
wants to merge 7 commits into from
Closed

chore: vendor once_cell #5043

wants to merge 7 commits into from

Commits on Sep 21, 2022

  1. chore: vendor once_cell

    Fixes #3212.
    
    With the release of `v1.15`, the once_cell crate is breaking our current MSRV. Vendoring it will allow us to keep using certain APIs from that crate without compromising our MSRV.
    Noah-Kennedy committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    4e80909 View commit details
    Browse the repository at this point in the history
  2. delete doc tests

    Noah-Kennedy committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    41ba6ac View commit details
    Browse the repository at this point in the history
  3. fix wasm

    Noah-Kennedy committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    0ffcae8 View commit details
    Browse the repository at this point in the history
  4. lol

    Noah-Kennedy committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    aaa7a2f View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. fix minrust

    Noah-Kennedy committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    c83a399 View commit details
    Browse the repository at this point in the history
  2. fix clippy

    Noah-Kennedy committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    27ea169 View commit details
    Browse the repository at this point in the history
  3. fix minrust

    Noah-Kennedy committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    134d9ea View commit details
    Browse the repository at this point in the history