We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb83283 commit b0812deCopy full SHA for b0812de
src/tools/cargotest/main.rs
@@ -60,8 +60,8 @@ const TEST_REPOS: &'static [Test] = &[
60
},
61
Test {
62
name: "servo",
63
- repo: "https://github.com/servo/servo",
64
- sha: "38fe9533b93e985657f99a29772bf3d3c8694822",
+ repo: "https://github.com/eddyb/servo",
+ sha: "6031de9a397e2feba4ff98725991825f62b68518",
65
lock: None,
66
// Only test Stylo a.k.a. Quantum CSS, the parts of Servo going into Firefox.
67
// This takes much less time to build than all of Servo and supports stable Rust.
0 commit comments