summaryrefslogtreecommitdiff
path: root/libssh2-sys/Cargo.toml
diff options
context:
space:
mode:
authorpetevine <petevine@users.noreply.github.com>2016-02-01 16:17:33 +0100
committerpetevine <petevine@users.noreply.github.com>2016-02-01 16:17:33 +0100
commited0a1575fab85448c24bf3d99293ca00f8f4f98a (patch)
tree3b2b44580264238c9db251bd1816b27d66e02953 /libssh2-sys/Cargo.toml
parentd776e065839f17ec080064645b18c55c1d6cc1ae (diff)
downloadssh2-rs-ed0a1575fab85448c24bf3d99293ca00f8f4f98a.zip
Update Cargo.toml
Diffstat (limited to 'libssh2-sys/Cargo.toml')
-rw-r--r--libssh2-sys/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/libssh2-sys/Cargo.toml b/libssh2-sys/Cargo.toml
index fd30c0a..9f9da9a 100644
--- a/libssh2-sys/Cargo.toml
+++ b/libssh2-sys/Cargo.toml
@@ -36,6 +36,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"
[target.i686-unknown-freebsd.dependencies]
openssl-sys = ">= 0"
[target.x86_64-unknown-freebsd.dependencies]