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.
This commit is contained in:
Aaron Hill 2022-10-22 17:11:37 -05:00
parent 10dad22b66
commit ecc5d26a61
No known key found for this signature in database
GPG Key ID: B4087E510E98B164

View File

@ -73,7 +73,7 @@ struct Test {
Test {
name: "servo",
repo: "https://github.com/servo/servo",
sha: "caac107ae8145ef2fd20365e2b8fadaf09c2eb3b",
sha: "785a344e32db58d4e631fd3cae17fd1f29a721ab",
lock: None,
// Only test Stylo a.k.a. Quantum CSS, the parts of Servo going into Firefox.
// This takes much less time to build than all of Servo and supports stable Rust.