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

Only apply ProceduralMasquerade hack to older versions of rental #94063

Merged
merged 3 commits into from
Oct 24, 2022

Commits on Oct 22, 2022

  1. Only apply ProceduralMasquerade hack to older versions of rental

    The latest version of `rental` (v0.5.6) contains a fix that allows it to
    compile without relying on the pretty-print back-compat hack.
    
    Hopefully, there are no longer any crates relying on the affected
    versions of the (much less popular) `procedural-masquerade` crate. This
    should allow us to target the pretty-print back-compat hack specifically
    to older versions of `rental`, and specifically mention upgrading to
    `rental` v0.5.6 in the lint message.
    Aaron1011 committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    10dad22 View commit details
    Browse the repository at this point in the history
  2. Bump cargotest servo to 785a344e32db58d4e631fd3cae17fd1f29a721ab

    This updates the 'cssparser' and 'procedural-masquerade' deps
    to versions that no longer depend on the proc-macro back-compat
    hack.
    Aaron1011 committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    ecc5d26 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Configuration menu
    Copy the full SHA
    541128d View commit details
    Browse the repository at this point in the history