Skip to content

Commit

Permalink
Add the new armv7 target in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
petevine committed Feb 1, 2016
1 parent 49b5f75 commit a1e76ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ openssl-sys = "0.7.0"
openssl-sys = "0.7.0"
[target.arm-unknown-linux-gnueabihf.dependencies]
openssl-sys = "0.7.0"
[target.armv7-unknown-linux-gnueabihf.dependencies]
openssl-sys = "0.7.0"
[target.arm-linux-androideabi.dependencies]
openssl-sys = "0.7.0"
[target.aarch64-unknown-linux-gnu.dependencies]
Expand Down
2 changes: 2 additions & 0 deletions curl-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ openssl-sys = ">= 0"
openssl-sys = ">= 0"
[target.arm-unknown-linux-gnueabihf.dependencies]
openssl-sys = ">= 0"
[target.armv7-unknown-linux-gnueabihf.dependencies]
openssl-sys = "0.7.0"
[target.arm-linux-androideabi.dependencies]
openssl-sys = ">= 0"
[target.aarch64-unknown-linux-gnu.dependencies]
Expand Down

0 comments on commit a1e76ec

Please sign in to comment.