We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e1045 commit 698b0f5Copy full SHA for 698b0f5
build.rs
@@ -12,7 +12,9 @@ use std::time::Duration;
12
13
#[actix_rt::main]
14
async fn main() {
15
- rustls::crypto::aws_lc_rs::default_provider().install_default().unwrap();
+ rustls::crypto::aws_lc_rs::default_provider()
16
+ .install_default()
17
+ .unwrap();
18
19
println!("cargo:rerun-if-changed=build.rs");
20
let c = Rc::new(make_client());
0 commit comments