Skip to content

Commit 73a58cf

Browse files
committed
try to fix aarch64 build
1 parent 3862daa commit 73a58cf

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ omnisette = { git = "https://github.com/SideStore/apple-private-apis.git", branc
1313

1414
actix = "0.13"
1515
actix-web = { version = "4", features = ["openssl"] }
16-
openssl = "0.10"
16+
openssl = { version = "0.10", features = ["vendored"] }
1717
actix-web-actors = "4"
1818

1919
serde = { version = "1.0", features = ["derive"] }

Cross.toml

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)