Skip to content

Commit

Permalink
chore: add vendored-openssl feature
Browse files Browse the repository at this point in the history
  • Loading branch information
theoparis committed Nov 8, 2024
1 parent d222046 commit 45a047b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zellij-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async-std = { version = "1.3.0", features = ["unstable", "attributes"] }
notify-debouncer-full = "0.1.0"
humantime = "2.1.0"
futures = "0.3.28"
openssl-sys = { version = "0.9.93", features = ["vendored"] }
openssl-sys = { version = "0.9.93" }
isahc = "1.7.2"
curl-sys = { version = "0.4", features = ["force-system-lib-on-osx"] }

Expand All @@ -75,3 +75,4 @@ prost-build = "0.11.9"
disable_automatic_asset_installation = []
unstable = []
plugins_from_target = []
vendored-openssl = ["openssl-sys/vendored"]

0 comments on commit 45a047b

Please sign in to comment.