We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cargo_test
1 parent a18fc76 commit de5eaabCopy full SHA for de5eaab
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: "7d79da08238e3d47e0bc4406155bdcc45ccb8c82",
+ sha: "fd90fd642d404d8c66505ca8db742c664ea352f2",
28
lock: None,
29
},
30
Test {
0 commit comments