Skip to content

Commit

Permalink
fix vendored flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelleyrtp committed Mar 27, 2024
1 parent fd64d1a commit 3f127f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ tracing = { workspace = true }

# on maco, we need to specify the vendored feature on ssl when cross compiling
[target.'cfg(target_os = "macos")'.dependencies]
openssl = { version = "0.10", features = ["vendored"], optional = true }
openssl = { version = "0.10", features = ["vendored"] }

[features]
default = []
Expand Down

0 comments on commit 3f127f5

Please sign in to comment.