We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10dad22 commit ecc5d26Copy full SHA for ecc5d26
src/tools/cargotest/main.rs
@@ -73,7 +73,7 @@ const TEST_REPOS: &[Test] = &[
73
Test {
74
name: "servo",
75
repo: "https://github.com/servo/servo",
76
- sha: "caac107ae8145ef2fd20365e2b8fadaf09c2eb3b",
+ sha: "785a344e32db58d4e631fd3cae17fd1f29a721ab",
77
lock: None,
78
// Only test Stylo a.k.a. Quantum CSS, the parts of Servo going into Firefox.
79
// This takes much less time to build than all of Servo and supports stable Rust.
0 commit comments