Skip to content

Commit 4efc029

Browse files
authored
Bump to OpenSSL 3.5.1 (#266)
* Bump to OpenSSL 3.5.1 * Try linking advapi32 * Update windows images
1 parent 4bb9098 commit 4efc029

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ jobs:
7070
# os: ubuntu-latest
7171
- target: i686-pc-windows-msvc
7272
rust: stable-i686-msvc
73-
os: windows-2019
73+
os: windows-2022
7474
- target: i686-pc-windows-msvc
7575
rust: stable-i686-msvc
76-
os: windows-2019
76+
os: windows-2022
7777
crt_static: yes
7878
- target: x86_64-pc-windows-msvc
7979
rust: stable-x86_64-msvc

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openssl-src"
3-
version = "300.5.0+3.5.0"
3+
version = "300.5.1+3.5.1"
44
authors = ["Alex Crichton <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"

openssl

Submodule openssl updated 194 files

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -773,6 +773,7 @@ impl Artifacts {
773773
if self.target.contains("windows") {
774774
println!("cargo:rustc-link-lib=user32");
775775
println!("cargo:rustc-link-lib=crypt32");
776+
println!("cargo:rustc-link-lib=advapi32");
776777
} else if self.target == "wasm32-wasi" {
777778
println!("cargo:rustc-link-lib=wasi-emulated-signal");
778779
println!("cargo:rustc-link-lib=wasi-emulated-process-clocks");

0 commit comments

Comments
 (0)