Skip to content

Commit

Permalink
Simplify openssl dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kettlebell committed May 24, 2023
1 parent c6696bf commit a8ccb27
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions spectrum-offchain-lm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,7 @@ sigma-test-util = { git = "https://github.com/ergoplatform/sigma-rust", dev = "7
lazy_static = "1.4.0"
thiserror = "1.0"
async-std = "1.12"
# Add openssl-sys as a direct dependency so it can be cross compiled to
# x86_64-unknown-linux-musl using the "vendored" feature below
openssl-sys = "*"

[features]
# Force openssl-sys to staticly link in the openssl library. Necessary when
# cross compiling to x86_64-unknown-linux-musl.
vendored = ["openssl-sys/vendored"]
openssl = { version = "0.10.50", features = ["vendored"] }

[dev-dependencies]
rocksdb = "0.20.1"
Expand Down

0 comments on commit a8ccb27

Please sign in to comment.