We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebda766 commit ad6f4dcCopy full SHA for ad6f4dc
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/eddyb/servo",
64
- sha: "6031de9a397e2feba4ff98725991825f62b68518",
+ repo: "https://github.com/servo/servo",
+ sha: "17e97b9320fdb7cdb33bbc5f4d0fde0653bbf2e4",
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