File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ openssl-sys = "0.7.0"
2727openssl-sys = " 0.7.0"
2828[target .arm-unknown-linux-gnueabihf .dependencies ]
2929openssl-sys = " 0.7.0"
30+ [target .armv7-unknown-linux-gnueabihf .dependencies ]
31+ openssl-sys = " 0.7.0"
3032[target .arm-linux-androideabi .dependencies ]
3133openssl-sys = " 0.7.0"
3234[target .aarch64-unknown-linux-gnu .dependencies ]
Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ openssl-sys = ">= 0"
3131openssl-sys = " >= 0"
3232[target .arm-unknown-linux-gnueabihf .dependencies ]
3333openssl-sys = " >= 0"
34+ [target .armv7-unknown-linux-gnueabihf .dependencies ]
35+ openssl-sys = " 0.7.0"
3436[target .arm-linux-androideabi .dependencies ]
3537openssl-sys = " >= 0"
3638[target .aarch64-unknown-linux-gnu .dependencies ]
You can’t perform that action at this time.
0 commit comments