Skip to content

Commit

Permalink
widen image version range to [0.10, 0.19], bump to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abonander committed Jul 21, 2018
1 parent 2e0c824 commit c676ad0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
@@ -1,7 +1,7 @@
[package]

name = "img_hash"
version = "2.0.2"
version = "2.1.0"
authors = ["Austin Bonander <austin.bonander@gmail.com>"]

description = "A simple library that provides perceptual hashing and difference calculation for images."
Expand All @@ -25,9 +25,9 @@ rustc-serialize = "0.3"

[dev-dependencies]
rand = "0.3"
image = ">=0.10, <=0.13"
image = ">=0.10, <=0.19"

[dependencies.image]
version = ">=0.10, <=0.13"
version = ">=0.10, <=0.19"
optional = true

0 comments on commit c676ad0

Please sign in to comment.