Skip to content

Commit 464429d

Browse files
author
khcrysalis
committed
fix: cli from not having a default crypto provider
1 parent 1d69ae1 commit 464429d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/plumesign/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ use commands::{Cli, Commands};
1111
#[tokio::main]
1212
async fn main() -> anyhow::Result<()> {
1313
env_logger::Builder::from_env(env_logger::Env::default().default_filter_or("debug")).init();
14+
let _ = rustls::crypto::ring::default_provider().install_default();
1415
let cli = Cli::parse();
1516

1617
match cli.command {

0 commit comments

Comments
 (0)