Skip to content

Commit d01ac04

Browse files
committed
fix windows openssl dep
1 parent 23b549f commit d01ac04

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cli/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dirs = { workspace = true }
3232

3333
dotenv_codegen = { workspace = true }
3434
git2 = { workspace = true }
35-
openssl = { workspace = true }
35+
3636
home = { workspace = true }
3737
indicatif = { workspace = true }
3838
log = { workspace = true }
@@ -58,3 +58,6 @@ tracing = { workspace = true, features = ["log"] }
5858
tracing-bunyan-formatter = { workspace = true }
5959
tracing-subscriber = { workspace = true, features = ["registry", "env-filter"] }
6060
url-builder = { workspace = true }
61+
62+
[target.'cfg(not(windows))'.dependencies]
63+
openssl = { workspace = true }

0 commit comments

Comments
 (0)