diff options
author | Till Höppner | 2016-02-18 19:08:29 +0100 |
---|---|---|
committer | Till Höppner | 2016-02-18 19:08:29 +0100 |
commit | cf5c804fb38df114c75b37878d5703d67402ef89 (patch) | |
tree | 0211e5378d874ddf8bd1f486420514c7016e37e7 /lib/Cargo.toml | |
parent | aea35fa7e1a3261e5e7a3e8daa999bed3dcd193f (diff) | |
download | includedir-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.toml | 2 |
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 } |