Skip to content

Commit e0ad237

Browse files
committed
chore: depend on openssl-sys to correctly pin its version
1 parent 1d1d646 commit e0ad237

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Cargo.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ cargo-credential-macos-keychain.workspace = true
234234

235235
[target.'cfg(not(windows))'.dependencies]
236236
openssl = { workspace = true, optional = true }
237+
openssl-sys = { workspace = true, optional = true } # HACK: for pinning to openssl v1.
237238

238239
[target.'cfg(windows)'.dependencies]
239240
cargo-credential-wincred.workspace = true

0 commit comments

Comments
 (0)