We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
armv7
1 parent 49b5f75 commit a1e76ecCopy full SHA for a1e76ec
Cargo.toml
@@ -27,6 +27,8 @@ openssl-sys = "0.7.0"
27
openssl-sys = "0.7.0"
28
[target.arm-unknown-linux-gnueabihf.dependencies]
29
30
+[target.armv7-unknown-linux-gnueabihf.dependencies]
31
+openssl-sys = "0.7.0"
32
[target.arm-linux-androideabi.dependencies]
33
34
[target.aarch64-unknown-linux-gnu.dependencies]
curl-sys/Cargo.toml
@@ -31,6 +31,8 @@ openssl-sys = ">= 0"
openssl-sys = ">= 0"
35
36
37
38
0 commit comments