diff options
| author | Aaron Hill <aa1ronham@gmail.com> | 2022-10-22 17:11:37 -0500 |
|---|---|---|
| committer | Aaron Hill <aa1ronham@gmail.com> | 2022-10-22 17:11:37 -0500 |
| commit | ecc5d26a61f5c95a671bf1a337df15adcc03d14e (patch) | |
| tree | 4aabbcd468518bde83c436cef9ce2765192e2084 /src | |
| parent | 10dad22b6669defeee296a91b2e2c92f8fd46e43 (diff) | |
| download | rust-ecc5d26a61f5c95a671bf1a337df15adcc03d14e.tar.gz rust-ecc5d26a61f5c95a671bf1a337df15adcc03d14e.zip | |
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.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/cargotest/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/cargotest/main.rs b/src/tools/cargotest/main.rs index 95fe98a683f..61ccc51580f 100644 --- a/src/tools/cargotest/main.rs +++ b/src/tools/cargotest/main.rs @@ -73,7 +73,7 @@ const TEST_REPOS: &[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. |
