We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a1b62c commit f71f31aCopy full SHA for f71f31a
src/tools/cargotest/main.rs
@@ -24,7 +24,7 @@ struct Test {
24
const TEST_REPOS: &'static [Test] = &[Test {
25
name: "cargo",
26
repo: "https://github.com/rust-lang/cargo",
27
- sha: "806e3c368a15f618244a3b4e918bf77f9c403fd0",
+ sha: "b7be4f2ef2cf743492edc6dfb55d087ed88f2d76",
28
lock: None,
29
},
30
Test {
0 commit comments