Just update dependencies.
This commit is contained in:
parent
c7e6a7a22a
commit
01e3af105e
|
@ -19,6 +19,7 @@ os:
|
||||||
rust:
|
rust:
|
||||||
- 1.8.0
|
- 1.8.0
|
||||||
- 1.9.0
|
- 1.9.0
|
||||||
|
- 1.14.0
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -2,19 +2,19 @@
|
||||||
name = "qrcode"
|
name = "qrcode"
|
||||||
description = "QR code encoder in Rust"
|
description = "QR code encoder in Rust"
|
||||||
license = "MIT / Apache-2.0"
|
license = "MIT / Apache-2.0"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
authors = ["kennytm <kennytm@gmail.com>"]
|
authors = ["kennytm <kennytm@gmail.com>"]
|
||||||
keywords = ["qrcode"]
|
keywords = ["qrcode"]
|
||||||
repository = "https://github.com/kennytm/qrcode-rust"
|
repository = "https://github.com/kennytm/qrcode-rust"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
documentation = "http://kennytm.github.io/qrcode-rust/"
|
documentation = "http://kennytm.github.io/qrcode-rust/"
|
||||||
exclude = [
|
exclude = [
|
||||||
".travis.yml", ".gitignore", "update_doc.sh"
|
".travis.yml", ".gitignore", "update_doc.sh", "test-data"
|
||||||
]
|
]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
num-traits = "0.1.32"
|
num-traits = "0.1.33"
|
||||||
image = { version = "0.10.0", optional = true }
|
image = { version = "0.12.1", optional = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["image"]
|
default = ["image"]
|
||||||
|
|
Loading…
Reference in a new issue