0.0.2
This commit is contained in:
@@ -31,7 +31,6 @@ fn main() -> std::process::ExitCode
|
||||
eprintln!("Another instance of the app is already running!");
|
||||
std::process::exit(1);
|
||||
}
|
||||
|
||||
if rustls::crypto::CryptoProvider::get_default().is_none() {
|
||||
let provider_result = rustls::crypto::aws_lc_rs::default_provider().install_default();
|
||||
match provider_result {
|
||||
@@ -41,8 +40,7 @@ fn main() -> std::process::ExitCode
|
||||
return std::process::ExitCode::FAILURE;
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
kb_app_lib::run();
|
||||
std::process::ExitCode::SUCCESS
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user