Skip to content

Commit

Permalink
fix: init default crypto provider
Browse files Browse the repository at this point in the history
Signed-off-by: Martichou <[email protected]>
  • Loading branch information
Martichou committed Sep 22, 2024
1 parent 5c3bef1 commit 5db6c47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ async fn main() -> std::io::Result<()> {
// Init logger/tracing
tracing_subscriber::fmt::init();

// default crypto provider
sproot::init_default_crypto();

// Apply the migrations to the database
apply_migration(&METRICSPOOL);

Expand Down

0 comments on commit 5db6c47

Please sign in to comment.