Browse Source

fix vendored flag

Jonathan Kelley 1 year ago
parent
commit
3f127f5fcb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/cli/Cargo.toml

+ 1 - 1
packages/cli/Cargo.toml

@@ -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 = []