Skip to content

Commit 3150531

Browse files
authored
Update Cargo.toml
1 parent afa4bbd commit 3150531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ serde = { version = "1.0.204", features = ["derive"] } # For artifact JSON
1414
serde_json = "1.0.120"
1515
nprint-core = { path = "../core" }
1616
nprint-types = { path = "../types" }
17-
sv = { git = "https://github.com/murphsicles/rust-sv", tag = "v0.5.0" } # Bitcoin Script opcodes
17+
sv = { git = "https://github.com/murphsicles/rust-sv", tag = "v0.5.1" } # Bitcoin Script opcodes
1818

1919
[features]
2020
default = []

0 commit comments

Comments
 (0)