Skip to content

Commit 89d2ee5

Browse files
authored
Merge pull request #1578 from sfackler/downgrade-vendored
Downgrade our vendored OpenSSL version back to 1.1.1
2 parents 2bd3f7d + f62da8e commit 89d2ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openssl-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ libc = "0.2"
2121

2222
[build-dependencies]
2323
cc = "1.0"
24-
openssl-src = { version = "300", optional = true }
24+
openssl-src = { version = "111", optional = true }
2525
pkg-config = "0.3.9"
2626
autocfg = "1.0"
2727

0 commit comments

Comments
 (0)