Skip to content

Commit 8b4fc99

Browse files
committed
Use published openssl-src
1 parent 96233a3 commit 8b4fc99

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
@@ -22,7 +22,7 @@ libc = "0.2"
2222
pkg-config = "0.3.9"
2323
gcc = "0.3.53"
2424

25-
openssl-src = { git = "https://github.com/alexcrichton/openssl-src-rs", optional = true }
25+
openssl-src = { version = "110", optional = true }
2626

2727
[target.'cfg(target_env = "msvc")'.build-dependencies]
2828
vcpkg = "0.2"

0 commit comments

Comments
 (0)