]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/cargotest/main.rs
typo
[rust.git] / src / tools / cargotest / main.rs
index 54ff38e39dbe43af7c1427503481214f6dd72762..908cfc15c0d1048addeb785d37dd1ec12a5a6614 100644 (file)
@@ -26,7 +26,7 @@ struct Test {
     Test {
         name: "ripgrep",
         repo: "https://github.com/BurntSushi/ripgrep",
-        sha: "3de31f752729525d85a3d1575ac1978733b3f7e7",
+        sha: "ced5b92aa93eb47e892bd2fd26ab454008721730",
         lock: None,
         packages: &[],
         features: None,
@@ -67,7 +67,7 @@ struct Test {
         sha: "91493fe47175076f330ce5fc518f0196c0476f56",
         lock: None,
         packages: &[],
-        // Test the embeded sqlite variant of diesel
+        // Test the embedded sqlite variant of diesel
         // This does not require any dependency to be present,
         // sqlite will be compiled as part of the build process
         features: Some(&["sqlite", "libsqlite3-sys/bundled"]),