From 61888b2e99a7b54f57cf93de4f067d60592baa69 Mon Sep 17 00:00:00 2001 From: Mike Welsh Date: Wed, 5 Jul 2017 20:34:12 -0700 Subject: [PATCH] Upgrade xz2 to latest --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 874c7cdf5..5e892d028 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ byteorder = "1.0" enum_primitive = "0.1.1" flate2 = "0.2.17" num = "0.1" -xz2 = { git = "https://github.com/alexcrichton/xz2-rs", rev = "09ce8db2" } +xz2 = { git = "https://github.com/alexcrichton/xz2-rs", rev = "7458dd8" } [features] default = [] \ No newline at end of file