From fcf3b68ef1eb109732ecf5550dc1e57fd267ddd1 Mon Sep 17 00:00:00 2001 From: Mathijs van de Nes Date: Wed, 25 Feb 2015 12:18:51 +0100 Subject: [PATCH] Use old_io for bzip2 aswell, until own reform is done --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8ee375e5..955c9d2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,5 +11,5 @@ Library to support the reading and writing of zip files. [dependencies] flate2 = "^0.1" -bzip2 = "*" +bzip2 = "^0.1" time = "*"