Skip to content

Commit

Permalink
updated image dep to 0.13, loosened num-traits dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jbg committed May 18, 2017
1 parent efc390f commit 9aa2540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ exclude = [
travis-ci = { repository = "kennytm/qrcode-rust" }

[dependencies]
num-traits = "0.1.33"
image = { version = "0.12.2", optional = true }
num-traits = "0.1"
image = { version = "0.13", optional = true }

[features]
default = ["image"]
Expand Down

0 comments on commit 9aa2540

Please sign in to comment.