We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda22ff commit 672cbf1Copy full SHA for 672cbf1
Cargo.toml
@@ -12,7 +12,6 @@ repository = "https://github.com/BitVM/rust-bitcoin-script"
12
13
[dependencies]
14
bitcoin = { version = "0.32.5", features = ["rand-std", "serde"] }
15
-lazy_static = "1.5.0"
16
script-macro = { path = "./macro" }
17
stdext = "0.3.3"
18
serde = { version = "1", features = ["derive"] }
macro/Cargo.toml
@@ -13,6 +13,5 @@ proc-macro = true
bitcoin = "0.32.5"
quote = "1.0.23"
proc-macro-error = "1.0.4"
-lazy_static = "1.4.0"
hex = "0.4.3"
proc-macro2 = "1.0.51"
0 commit comments