about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorEh2406 <YeomanYaacov@gmail.com>2017-09-21 15:53:33 -0400
committerEh2406 <YeomanYaacov@gmail.com>2017-09-21 15:53:33 -0400
commit2adeba62077fc7630d57705cce4f2f0e9029351e (patch)
tree64d4aa5f59570a558843d4ba662b9e21b063a628 /src
parentcfc711e062e607dc5defad439b9ee34b5ba6fcef (diff)
downloadrust-2adeba62077fc7630d57705cce4f2f0e9029351e.tar.gz
rust-2adeba62077fc7630d57705cce4f2f0e9029351e.zip
update xsv to head
Diffstat (limited to 'src')
-rw-r--r--src/tools/cargotest/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/cargotest/main.rs b/src/tools/cargotest/main.rs
index 012ee835494..0a9da26d996 100644
--- a/src/tools/cargotest/main.rs
+++ b/src/tools/cargotest/main.rs
@@ -49,7 +49,7 @@ const TEST_REPOS: &'static [Test] = &[
     Test {
         name: "xsv",
         repo: "https://github.com/BurntSushi/xsv",
-        sha: "a9a7163f2a2953cea426fee1216bec914fe2f56a",
+        sha: "4b308adbe48ac81657fd124b90b44f7c3263f771",
         lock: None,
     },
 ];