Skip to content

Commit 672cbf1

Browse files
committed
chore: Remove lazy_static dependency
lazy_static seems to be used nowhere.
1 parent cda22ff commit 672cbf1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ repository = "https://github.com/BitVM/rust-bitcoin-script"
1212

1313
[dependencies]
1414
bitcoin = { version = "0.32.5", features = ["rand-std", "serde"] }
15-
lazy_static = "1.5.0"
1615
script-macro = { path = "./macro" }
1716
stdext = "0.3.3"
1817
serde = { version = "1", features = ["derive"] }

macro/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ proc-macro = true
1313
bitcoin = "0.32.5"
1414
quote = "1.0.23"
1515
proc-macro-error = "1.0.4"
16-
lazy_static = "1.4.0"
1716
hex = "0.4.3"
1817
proc-macro2 = "1.0.51"

0 commit comments

Comments
 (0)