Skip to content

Commit 8d09cb2

Browse files
committed
Merge #218: chore: remove lazy_static from Cargo.toml
6fca09d chore: remove `lazy_static` from Cargo.toml (Luis Schwab) Pull request description: <!-- You can erase any parts of this template not applicable to your Pull Request. --> ### Description This PR removes `lazy_static` from `Cargo.toml`. Apparently it wasn't being imported anywhere. #### All Submissions: * [X] I've signed all my commits * [X] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md) * [X] I ran `cargo fmt` and `cargo clippy` before committing ACKs for top commit: notmandatory: ACK 6fca09d ValuedMammal: ACK 6fca09d Tree-SHA512: b6f8c6c4886d9442c01bf9a2689385f715cfcc624731bde94dd0286941453d59b154d9131a89a852e1e73fa93f192a11f3c9eb8ae2156c3686a7b744869bc348
2 parents 3e61d2a + 6fca09d commit 8d09cb2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

wallet/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ file_store = ["bdk_file_store"]
3838
test-utils = ["std"]
3939

4040
[dev-dependencies]
41-
lazy_static = "1.4"
4241
assert_matches = "1.5.0"
4342
tempfile = "3"
4443
bdk_chain = { version = "0.21.1", features = ["rusqlite"] }

0 commit comments

Comments
 (0)