From 6fca09ddd1ad638d1be87788d29080f50ed29cc1 Mon Sep 17 00:00:00 2001 From: Luis Schwab Date: Thu, 24 Apr 2025 18:20:32 -0300 Subject: [PATCH] chore: remove `lazy_static` from Cargo.toml --- wallet/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/wallet/Cargo.toml b/wallet/Cargo.toml index 4d917c82..dd0b4841 100644 --- a/wallet/Cargo.toml +++ b/wallet/Cargo.toml @@ -38,7 +38,6 @@ file_store = ["bdk_file_store"] test-utils = ["std"] [dev-dependencies] -lazy_static = "1.4" assert_matches = "1.5.0" tempfile = "3" bdk_chain = { version = "0.21.1", features = ["rusqlite"] }