Add min rust version to Cargo.toml
This commit is contained in:
parent
c888142bcb
commit
f5053f65bb
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ name = "oxipng"
|
||||||
repository = "https://github.com/shssoichiro/oxipng"
|
repository = "https://github.com/shssoichiro/oxipng"
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
version = "5.0.1"
|
version = "5.0.1"
|
||||||
|
rust-version = "1.46.0"
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
travis-ci = { repository = "shssoichiro/oxipng", branch = "master" }
|
travis-ci = { repository = "shssoichiro/oxipng", branch = "master" }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue