Use latest git revision for xz2-rs

Submitted a fix for LzmaOptions::new_preset
This commit is contained in:
Mike Welsh 2016-08-29 17:25:46 -07:00
parent a09dc19a8f
commit fffe299cac
1 changed files with 9 additions and 9 deletions

View File

@ -1,9 +1,9 @@
[package]
name = "swf"
version = "0.1.0"
authors = ["Mike Welsh"]
[dependencies]
byteorder = "*"
flate2 = "*"
xz2 = "*"
[package]
name = "swf"
version = "0.1.0"
authors = ["Mike Welsh"]
[dependencies]
byteorder = "*"
flate2 = "*"
xz2 = { git = "https://github.com/alexcrichton/xz2-rs", rev = "09ce8db2" }