We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afa4bbd commit 3150531Copy full SHA for 3150531
dsl/Cargo.toml
@@ -14,7 +14,7 @@ serde = { version = "1.0.204", features = ["derive"] } # For artifact JSON
14
serde_json = "1.0.120"
15
nprint-core = { path = "../core" }
16
nprint-types = { path = "../types" }
17
-sv = { git = "https://github.com/murphsicles/rust-sv", tag = "v0.5.0" } # Bitcoin Script opcodes
+sv = { git = "https://github.com/murphsicles/rust-sv", tag = "v0.5.1" } # Bitcoin Script opcodes
18
19
[features]
20
default = []
0 commit comments