aboutsummaryrefslogtreecommitdiff
path: root/lib/Cargo.toml
diff options
context:
space:
mode:
authorTill Höppner2016-02-18 19:08:29 +0100
committerTill Höppner2016-02-18 19:08:29 +0100
commitcf5c804fb38df114c75b37878d5703d67402ef89 (patch)
tree0211e5378d874ddf8bd1f486420514c7016e37e7 /lib/Cargo.toml
parentaea35fa7e1a3261e5e7a3e8daa999bed3dcd193f (diff)
downloadincludedir-cf5c804fb38df114c75b37878d5703d67402ef89.tar.gz
includedir-cf5c804fb38df114c75b37878d5703d67402ef89.tar.xz
includedir-cf5c804fb38df114c75b37878d5703d67402ef89.zip
Make flate2 dependency optional
Diffstat (limited to 'lib/Cargo.toml')
-rw-r--r--lib/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Cargo.toml b/lib/Cargo.toml
index aa82ad8..732ddd6 100644
--- a/lib/Cargo.toml
+++ b/lib/Cargo.toml
@@ -14,4 +14,4 @@ default = ["flate2"]
[dependencies]
phf = "0.7.12"
-flate2 = { version = "*", optional = true }
+flate2 = { version = "0.2.13", optional = true }