File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " openssl-src"
3- version = " 300.5.0 +3.5.0 "
3+ version = " 300.5.1 +3.5.1 "
44authors = [
" Alex Crichton <[email protected] >" ]
55license = " MIT/Apache-2.0"
66readme = " README.md"
Original file line number Diff line number Diff 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" ) ;
You can’t perform that action at this time.
0 commit comments