Skip to content

Commit

Permalink
revert to openssl for ARM Linux; builds are failing
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot authored Nov 29, 2023
1 parent 6274e8d commit 0399eae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/bws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ bitwarden = { path = "../bitwarden", version = "0.3.1", features = ["secrets"] }

[dev-dependencies]
tempfile = "3.8.1"

[target.'cfg(target_os = "linux")'.dependencies]
openssl = { version = "0.10", features = ["vendored"] }

0 comments on commit 0399eae

Please sign in to comment.