UPDATE: lang/rust 1.78.0 > 1.81.0
This commit is contained in:
parent
86226f36ee
commit
c1886eef17
25 changed files with 336 additions and 152 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue