UPDATE: lang/rust 1.78.0 > 1.81.0

This commit is contained in:
purplerain 2024-09-19 05:52:57 +00:00
parent 86226f36ee
commit c1886eef17
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
25 changed files with 336 additions and 152 deletions

View file

@ -1,9 +1,9 @@
https://github.com/sfackler/rust-openssl/pull/2124
Index: vendor/openssl/build.rs
--- vendor/openssl/build.rs.orig
+++ vendor/openssl/build.rs
@@ -81,6 +81,9 @@ fn main() {
Index: vendor/openssl-0.10.57/build.rs
--- vendor/openssl-0.10.57/build.rs.orig
+++ vendor/openssl-0.10.57/build.rs
@@ -73,6 +73,9 @@ fn main() {
for var in vars.split(',') {
println!("cargo:rustc-cfg=osslconf=\"{}\"", var);
}