Skip to content

Commit 30c57b3

Browse files
authored
Update Cargo.toml
1 parent de39a05 commit 30c57b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ nprint-types = { path = "../types" } # Shared types for contracts
88
nprint-core = { path = "../core" } # Core Bitcoin Script logic
99
nprint-dsl = { path = "../dsl" } # DSL for script macros
1010
sha2 = "0.10.8"
11-
sv = { git = "https://github.com/murphsicles/rust-sv", tag = "v0.5.0" }
11+
sv = { git = "https://github.com/murphsicles/rust-sv", tag = "v0.5.1" }
1212
lazy_static = "1.4.0"
1313

1414
[features]

0 commit comments

Comments
 (0)