mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-27 12:50:54 +00:00
ci: 🐛 Add feature vendored
This commit is contained in:
parent
21a8bf4414
commit
110bc0f7ed
@ -30,7 +30,7 @@ embuild = { version = "0.30.4", features = ["espidf", "git"] }
|
||||
strum = { version = "0.24", features = ["derive"] }
|
||||
|
||||
[target.aarch64-unknown-linux-gnu.dependencies]
|
||||
openssl = "0.10"
|
||||
openssl = { version = "0.10", features = ["vendored"] }
|
||||
|
||||
[package.metadata.binstall]
|
||||
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.{ archive-format }"
|
||||
|
Loading…
x
Reference in New Issue
Block a user