fix: got release builds actually working

This commit is contained in:
Andrew Rioux
2025-02-17 01:36:01 -05:00
parent 118d56fc36
commit d823603054
16 changed files with 244 additions and 211 deletions

View File

@@ -12,7 +12,11 @@ pub mod error;
pub use error::BeaconError;
pub fn install_rustls() {
#[cfg(feature = "openssl")]
let _ = rustls_openssl::default_provider().install_default();
#[cfg(feature = "ring")]
let _ = rustls::crypto::ring::default_provider().install_default();
}
pub async fn run_beacon_step<A>(