We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de39a05 commit 30c57b3Copy full SHA for 30c57b3
templates/Cargo.toml
@@ -8,7 +8,7 @@ nprint-types = { path = "../types" } # Shared types for contracts
8
nprint-core = { path = "../core" } # Core Bitcoin Script logic
9
nprint-dsl = { path = "../dsl" } # DSL for script macros
10
sha2 = "0.10.8"
11
-sv = { git = "https://github.com/murphsicles/rust-sv", tag = "v0.5.0" }
+sv = { git = "https://github.com/murphsicles/rust-sv", tag = "v0.5.1" }
12
lazy_static = "1.4.0"
13
14
[features]
0 commit comments